fixed 修复唯一索引引发的数据操作失败

This commit is contained in:
zhaoxiang 2017-01-09 14:27:33 +08:00
parent 5c95be906e
commit 6c8ac608ae

View File

@ -136,7 +136,6 @@ CREATE TABLE `auth_rule` (
`auth` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '权限数值',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态为1正常为0禁用',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='权限细节';
# Dump of table filter