修复两处错误
This commit is contained in:
@ -53,7 +53,7 @@ CREATE TABLE `authority`
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB
|
||||
DEFAULT CHARSET = utf8mb4
|
||||
COLLATE = utf8mb4_general_ci COMMENT =='权限表';
|
||||
COLLATE = utf8mb4_general_ci COMMENT ='权限表';
|
||||
|
||||
INSERT INTO authority (id, parent_id, name, value, `path`, link, `type`, status, description, version, delete_time,
|
||||
create_time, update_time, create_by, update_by, tenant)
|
||||
|
Reference in New Issue
Block a user