4 lines
114 B
MySQL
4 lines
114 B
MySQL
|
|
-- 任务:xxx
|
|||
|
|
alter table supplier_brand_audit_log
|
|||
|
|
add supplier_id bigint null comment '供应商企业id';
|