This commit is contained in:
2026-05-28 14:29:54 +07:00

View File

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