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;
@Column({
nullable: false,
nullable: true,
unique: false,
length: 64,
})