mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
email field data type size changed to 128 characters from 30 characters
This commit is contained in:
parent
ccaad63730
commit
a98a786f8c
@ -39,7 +39,7 @@ insert into role (role_code, name) values
|
||||
create table user (
|
||||
user_id int NOT NULL AUTO_INCREMENT,
|
||||
username varchar(15),
|
||||
email varchar(30),
|
||||
email varchar(128),
|
||||
password varchar(40) NOT NULL,
|
||||
realname varchar (20) NOT NULL,
|
||||
comment varchar (30),
|
||||
|
Loading…
Reference in New Issue
Block a user