修改商品表的名称字段的长度
This commit is contained in:
@@ -1329,4 +1329,11 @@ update jsh_msg set status='2' where id=2;
|
||||
-- by jishenghua
|
||||
-- 给单据表增加找零字段backAmount
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_depot_head add back_amount decimal(24,6) DEFAULT NULL COMMENT '找零金额' after change_amount;
|
||||
alter table jsh_depot_head add back_amount decimal(24,6) DEFAULT NULL COMMENT '找零金额' after change_amount;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2022年04月21日
|
||||
-- by jishenghua
|
||||
-- 修改商品表的名称字段的长度
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_material change name name varchar(100) DEFAULT NULL COMMENT '名称';
|
||||
Reference in New Issue
Block a user