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