This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ALTER TABLE `bns_cloud_material`.`ma_machine`
ADD COLUMN `assets_id` bigint NULL COMMENT '资产属性id(用于维护资产属性列表)' AFTER `phone`,
ADD COLUMN `remark` varchar(255) NULL COMMENT '备注' AFTER `assets_id`;