Compare commits

..

No commits in common. "2c2fc7dc2fa0449666b887d54fc1068b0d579e2e" and "d97c2c880dafa6e974246b30ac6b42d67b1c6b2b" have entirely different histories.

View File

@ -292,9 +292,7 @@ CREATE TABLE IF NOT EXISTS `devicecmd` (
`name` varchar(80) NOT NULL,
`type` smallint NOT NULL,
`content` varchar(800) NOT NULL,
`sort` int DEFAULT 0,
PRIMARY KEY (`id`),
KEY `idx_devicecmd_sort` (`sort`)
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/***