merc_merchant sql
This commit is contained in:
parent
6ad9216f3b
commit
bd6e789774
|
|
@ -0,0 +1,5 @@
|
||||||
|
-- 商家id
|
||||||
|
alter table merc_merchant
|
||||||
|
add tenant_id bigint not null comment '商家id';
|
||||||
|
|
||||||
|
update merc_merchant set tenant_id = 378915229716713472 where id = 1;
|
||||||
Loading…
Reference in New Issue