dashboard
repositories
filestore
activity
search
login
2024
/
2024/mall4j/hxsl
基于mall4j产品的二开项目后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
lee
2024-12-19
4430976976c28e14a86b58887a42b9b871b3d980
[2024/2024/mall4j/hxsl.git]
/
db
/
2023-01-16-店铺营业结束时间字段修改.sql
1
2
3
4
USE yami_bbc;
ALTER TABLE `tz_shop_company`
MODIFY COLUMN `end_time` datetime(0) NULL COMMENT '营业终止日期' AFTER `start_time`;