fix: make timestamp column a bigint
This commit is contained in:
parent
f272a11230
commit
d278c9f340
@ -10,7 +10,7 @@ export class Migration extends BaseClassWithoutId {
|
|||||||
@PrimaryIdAutoGenerated()
|
@PrimaryIdAutoGenerated()
|
||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
@Column()
|
@Column({ type: 'bigint' })
|
||||||
timestamp: number;
|
timestamp: number;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user