Bonus-Cloud/sql/bns_houqin_202503_patch/20250317_device_info.sql

6 lines
146 B
SQL

-- 商家id
alter table device_info
add tenant_id bigint not null comment '商家id';
update device_info set tenant_id = 378915229716713472;