Browse Source

feat:修改规格字段长度

master
郑贵龙 1 year ago
parent
commit
0aaf1e9de8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      doc/sql/app-20230912-ddl.sql

+ 4
- 0
doc/sql/app-20230912-ddl.sql View File

@ -139,3 +139,7 @@ ALTER TABLE `cim_collection_detail` MODIFY COLUMN `sku_spec` varchar (255);
-- --
alter table cim_collection_detail Add column quota_details varchar(32) null default '' COMMENT '消费额度'; alter table cim_collection_detail Add column quota_details varchar(32) null default '' COMMENT '消费额度';
alter table cim_receivables_detail Add column quota_details varchar(32) null default '' COMMENT '消费额度'; alter table cim_receivables_detail Add column quota_details varchar(32) null default '' COMMENT '消费额度';
--
ALTER TABLE `cim_production_details` MODIFY COLUMN `sku_spec` varchar (255);

Loading…
Cancel
Save