parent
5dd32123a3
commit
132c25b271
3 changed files with 54 additions and 1 deletions
|
|
@ -37,4 +37,10 @@ export class MiUserPending {
|
|||
nullable: true,
|
||||
})
|
||||
public reason: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128,
|
||||
nullable: true,
|
||||
})
|
||||
public requestOriginIp: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue