device_info sql

This commit is contained in:
sxu 2025-03-17 17:49:35 +08:00
parent bd6e789774
commit 22e933349b
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 商家id
alter table device_info
add tenant_id bigint not null comment '商家id';
update device_info set tenant_id = 378915229716713472;