diff --git a/database/entity/0003-login_server_tables/LoginUser.ts b/database/entity/0003-login_server_tables/LoginUser.ts index 26614b4db..1b444b0e4 100644 --- a/database/entity/0003-login_server_tables/LoginUser.ts +++ b/database/entity/0003-login_server_tables/LoginUser.ts @@ -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