Bonus-Cloud/sql/bns_houqin_202503_patch/20250305_add_tenent_id.sql

10 lines
295 B
MySQL
Raw Normal View History

2025-03-05 17:14:28 +08:00
-- 商家id
alter table merc_merchant
add tenant_id bigint not null comment '商家id';
-- 商家id
alter table device_info
add tenant_id bigint not null comment '商家id';
update merc_merchant set tenant_id = 378915229716713472;
update device_info set tenant_id = 378915229716713472;