大融合字段新增

This commit is contained in:
mashuai 2024-10-21 10:14:38 +08:00
parent 8b0a123b0c
commit cb797e1517
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE `bns_cloud_material`.`ma_machine`
ADD COLUMN `assets_id` bigint(20) NULL COMMENT '资产属性id用于维护资产属性列表' AFTER `phone`,
ADD COLUMN `remark` varchar(255) NULL COMMENT '备注' AFTER `assets_id`;