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

4 lines
419 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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 `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`;