dashboard
repositories
filestore
activity
search
login
main
/
smart_assess
智能安评系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加监管机构数据限制
heheng
2024-12-16
bd9cf1a87d50cc7cb29118cc85f397a7ab7228e9
[smart_assess.git]
/
assess-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240809001_change_estimate_schedule.sql
1
2
3
ALTER TABLE `smart_assess`.`ass_estimate_schedule`
MODIFY COLUMN `start_date` datetime(0) NULL COMMENT '开始时间',
MODIFY COLUMN `end_date` datetime(0) NULL COMMENT '结束时间';