Skip to content

Commit

Permalink
错别字更正 (elunez#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleaseyang authored Mar 1, 2021
1 parent 0dfdcf1 commit 7b0caae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/eladmin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ CREATE TABLE `sys_user` (
`is_admin` bit(1) DEFAULT b'0' COMMENT '是否为admin账号',
`enabled` bigint(20) DEFAULT NULL COMMENT '状态:1启用、0禁用',
`create_by` varchar(255) DEFAULT NULL COMMENT '创建者',
`update_by` varchar(255) DEFAULT NULL COMMENT '更新着',
`update_by` varchar(255) DEFAULT NULL COMMENT '更新者',
`pwd_reset_time` datetime DEFAULT NULL COMMENT '修改密码的时间',
`create_time` datetime DEFAULT NULL COMMENT '创建日期',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
Expand Down Expand Up @@ -822,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` (
BEGIN;
COMMIT;

SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 7b0caae

Please sign in to comment.