Commit 3914dec4 by mercymodest

feat: add extend_information column to t_device_operating_record for additional data storage

parent 9ed35bb2
-- 设备设备码表
-- 设备设备码表
......@@ -91,6 +91,9 @@ alter table t_user_calendar_categories
ALTER TABLE `t_user_photo_album`
ADD COLUMN `data_version` bigint NULL DEFAULT NULL COMMENT '数据版本号' AFTER `photo_number`;
alter table t_device_code
add hide_overdue tinyint default 0 null comment '是否隐藏逾期杂物 0:否 1:是 default: 0';
-- 20251201 国外线上环境已经执行
-- 删除不必要的数据
......
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