mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected model to utilize Node10 BigInt
This commit is contained in:
parent
472391a8d2
commit
1de1187452
@ -22,7 +22,7 @@ export class LoginUser extends BaseEntity {
|
||||
description: string
|
||||
|
||||
@Column({ type: 'bigint', default: 0, unsigned: true })
|
||||
password: string
|
||||
password: BigInt
|
||||
|
||||
@Column({ name: 'pubkey', type: 'binary', length: 32, default: null, nullable: true })
|
||||
pubKey: Buffer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user