6 lines
146 B
MySQL
6 lines
146 B
MySQL
|
|
-- 商家id
|
||
|
|
alter table device_info
|
||
|
|
add tenant_id bigint not null comment '商家id';
|
||
|
|
|
||
|
|
update device_info set tenant_id = 378915229716713472;
|