补充sql默认用户

This commit is contained in:
64850858
2021-07-26 12:30:58 +08:00
parent 3469271ec2
commit c3ee8ec4b2
2 changed files with 3 additions and 1 deletions

View File

@@ -202,3 +202,5 @@ create table user
create_time varchar(50) not null
);
insert into user (username, password, roleId, create_time) values ('admin', '21232f297a57a5a743894a0e4a801fc3', '0', '2021-04-13 14:14:57');