1 Star 0 Fork 0

windintotheheart/xiangya

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
2024-03-09.sql 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
ALTER TABLE `gc_zh_business`
ADD COLUMN `pt_je_store_money` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 0 COMMENT '平台按金额抽成' AFTER `store_money`;
ALTER TABLE `gc_zh_business`
MODIFY COLUMN `pt_je_store_money` decimal(10,2) NULL DEFAULT 0 COMMENT '平台按金额抽成' AFTER `store_money`;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/windintotheheart/xiangya.git
git@gitee.com:windintotheheart/xiangya.git
windintotheheart
xiangya
xiangya
master

搜索帮助