Commit 912409c4 by mercymodest

feat:- add sql

parent f0f16e24
# TODO 当前索引需要升级为唯一索引
# TODO 当前索引需要升级为唯一索引
# TODO 当前索引需要升级为唯一索引
# create index idx_share_code
# on t_user_device_share_code (share_code);
# AI 闹钟用户输入的设备名称支持 300个字符
alter table t_user_device_codes
modify device_name varchar(400) null comment '用户创建设备输入的设备名称';
alter table t_device
modify device_code varchar(400) null comment '设备编号';
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