Commit 18e061bb by mercymodest

feat: modify device_ip_update_time column to include milliseconds for precise tracking

parent 4aadf1ca
ALTER TABLE `t_user`
ALTER TABLE `t_user`
......@@ -4,4 +4,4 @@ ALTER TABLE `t_user`
ALTER TABLE `t_device`
ADD COLUMN `device_ip` VARCHAR(100) COMMENT '设备IP',
ADD COLUMN `device_ip_update_time` DATETIME COMMENT '设备IP最后更新时间';
\ No newline at end of file
ADD COLUMN `device_ip_update_time` DATETIME(3) COMMENT '设备IP最后更新时间';
\ No newline at end of file
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