add-admin-item_company_id

This commit is contained in:
lccsw
2021-12-24 16:49:11 +08:00
parent b7708cfb29
commit f3c6e07ff6
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ create table lc_items (
alter table lc_items drop column frame_num;
alter table lc_items add column addr_id int unsigned not null default 0 comment '存放地址ID' after address;
alter table lc_items add column in_time timestamp not null default '0000-00-00 00:00:00' comment '入库时间' after out_time;
alter table lc_items add company_id int(11) not null default 0 comment '公司id' after biz_id;
-- ----------------------------
-- Title:商品关联