add nik column

This commit is contained in:
2025-01-20 08:38:47 +07:00
parent 0a438e8246
commit f6c3747b29

View File

@ -16,6 +16,12 @@ export class User {
}) })
email: string; email: string;
@Column({
unique: false,
length: 64
})
nik: string;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,