Bonus-Cloud/sql/bns_houqin_202503_patch/20250314_merc_merchant.sql

5 lines
162 B
MySQL
Raw Normal View History

2025-03-14 16:58:29 +08:00
-- 商家id
alter table merc_merchant
add tenant_id bigint not null comment '商家id';
update merc_merchant set tenant_id = 378915229716713472 where id = 1;