Commit 812b6b14 by mercymodest

feat:- add sql

parent a857c081
-- 用户ID 设置为非必填(AI闹钟扫描分享无法确定用户)
# 用户ID 设置为非必填(AI闹钟扫描分享无法确定用户)
-- 用户ID 设置为非必填(AI闹钟扫描分享无法确定用户)
# 用户ID 设置为非必填(AI闹钟扫描分享无法确定用户)
alter table t_user_device_share_code
modify user_id bigint null comment '用户 ID 设置为非必填(AI闹钟扫描分享无法确定用户)';
# AI 闹钟用户输入的设备名称支持 300个字符
alter table t_user_device_codes
modify device_name varchar(400) null comment '用户创建设备输入的设备名称';
alter table t_device
modify device_name varchar(400) null comment '设备名称';
# 系统序列号创建唯一索引
alter table t_user_device_codes
add constraint unique_system_device_serial_number
......
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