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

6 lines
146 B
MySQL
Raw Normal View History

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