add nik column
This commit is contained in:
@ -16,6 +16,12 @@ export class User {
|
||||
})
|
||||
email: string;
|
||||
|
||||
@Column({
|
||||
unique: false,
|
||||
length: 64
|
||||
})
|
||||
nik: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 64,
|
||||
|
||||
Reference in New Issue
Block a user