merc_merchant sql

This commit is contained in:
sxu 2025-03-14 16:58:29 +08:00
parent 6ad9216f3b
commit bd6e789774
1 changed files with 5 additions and 0 deletions

View File

@ -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;