Commit 4429867a authored by AfirSraftGarrier's avatar AfirSraftGarrier

上报错误方法改变

parent a01e923e
......@@ -15,6 +15,8 @@ CREATE TABLE `pms_use_log`
AUTO_INCREMENT = 0
DEFAULT CHARSET = utf8 COMMENT ='使用记录表';
ALTER TABLE `device` MODIFY sn varchar (30) NULL COMMENT '授权SN';
ALTER TABLE `device`
ADD COLUMN `status` int(1) NULL DEFAULT NULL COMMENT '状态 0:未使用,1:已使用,2:失效' AFTER `app_id`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment