4x/device/0script/sql/dev_cloud-2024-01-25_v2.7.3...

4 lines
419 B
MySQL
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
ALTER TABLE `dev_protocol` ADD COLUMN `exclusive` tinyint(1) unsigned DEFAULT '0' COMMENT '是否专属协议 0-否1-是' AFTER `protocol_version_id`;
ALTER TABLE `dev_protocol` ADD COLUMN `exclusive_tenant_id` bigint(20) DEFAULT NULL COMMENT '专属租户ID' AFTER `exclusive`;
ALTER TABLE `dev_info` ADD COLUMN `cipher` tinyint(1) unsigned DEFAULT '0' COMMENT '是否加密 0-否1-是' AFTER `firmware_ver`;