Commit 18a28b72 by mercymodest

feat:- add sql

parent 5146bb50
alter table t_device_group
alter table t_device_group
......@@ -123,3 +123,7 @@ WHERE sync_event_id is not null;
alter table t_device_group
modify public_cert text null comment '公共证书,作为 DynamoDB 表的分区键。';
alter table t_device_group
add order_id bigint null comment '订单ID。 作为 DynamoDB#order_id';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment