update
This commit is contained in:
@ -11,14 +11,14 @@ export class RemitPartnerUser {
|
||||
id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
unique: false,
|
||||
length: 64,
|
||||
})
|
||||
email: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
length: 64,
|
||||
select: false,
|
||||
})
|
||||
@ -32,7 +32,7 @@ export class RemitPartnerUser {
|
||||
username: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
nullable: false,
|
||||
length: 64,
|
||||
unique: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user