Commit e9bc01c9 by mercymodest

feat:- add sql

parent 18a28b72
alter table t_device_group alter table t_device_group
...@@ -126,4 +126,7 @@ alter table t_device_group ...@@ -126,4 +126,7 @@ alter table t_device_group
alter table t_device_group alter table t_device_group
add order_id bigint null comment '订单ID。 作为 DynamoDB#order_id'; add order_id bigint null comment '订单ID。 作为 DynamoDB#order_id';
create index t_device_group_order_id_index
on t_device_group (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