fix(user): make email nullable
This commit is contained in:
@ -11,7 +11,7 @@ export class User {
|
||||
id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
unique: false,
|
||||
length: 64,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user