|
|
@@ -65,6 +65,7 @@ class ActionLogModel extends BaseModel
|
|
|
`update_user` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新人',
|
|
|
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
|
|
`mark` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '有效标识:1正常 0删除',
|
|
|
+ `status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态:1正常 ',
|
|
|
PRIMARY KEY (`id`) USING BTREE
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8 COMMENT='系统行为日志表';";
|
|
|
DB::select($sql);
|