Merge pull request #467 from hbjydev/fix-migration-column-issue
Fix migration timestamp column data type issue
This commit is contained in:
commit
f0c17bb28f
@ -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