update nullable

This commit is contained in:
2025-01-20 08:40:17 +07:00
parent f6c3747b29
commit 0c1e163e0a

View File

@ -17,6 +17,7 @@ export class User {
email: string;
@Column({
nullable: true,
unique: false,
length: 64
})