Commit ea51d299 authored by AfirSraftGarrier's avatar AfirSraftGarrier

修改日志

parent 63b8e4a2
......@@ -16,7 +16,7 @@ CREATE TABLE `pms_use_log`
DEFAULT CHARSET = utf8 COMMENT ='使用记录表';
ALTER TABLE `device`
ADD COLUMN `status` int(1) NULL DEFAULT '0' COMMENT '状态 0:未使用,1:已使用,2:失效' AFTER `app_id`;
ADD COLUMN `status` int(1) NULL DEFAULT NULL COMMENT '状态 0:未使用,1:已使用,2:失效' AFTER `app_id`;
ALTER TABLE `device`
ADD COLUMN `sn_bind` varchar(30) NULL DEFAULT NULL COMMENT '绑定的SN' AFTER `status`;
\ No newline at end of file
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