Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity
This commit is contained in:
@ -12,7 +12,7 @@ export class User {
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
unique: true,
|
||||
unique: false,
|
||||
length: 64,
|
||||
})
|
||||
email: string;
|
||||
@ -30,7 +30,7 @@ export class User {
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
unique: true,
|
||||
unique: false,
|
||||
length: 64,
|
||||
})
|
||||
username: string;
|
||||
|
||||
Reference in New Issue
Block a user