mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
fix: make timestamp column a bigint
This commit is contained in:
parent
618b5e6509
commit
b9d852a4bd
@ -10,7 +10,7 @@ export class Migration extends BaseClassWithoutId {
|
||||
@PrimaryIdAutoGenerated()
|
||||
id: number;
|
||||
|
||||
@Column()
|
||||
@Column({ type: 'bigint' })
|
||||
timestamp: number;
|
||||
|
||||
@Column()
|
||||
|
Loading…
Reference in New Issue
Block a user