This commit is contained in:
wayanrivan
2026-05-28 15:24:05 +07:00
parent b41def21ae
commit a671969f47

View File

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