fix draftorder completed at column

This commit is contained in:
olivermrbl
2021-06-07 18:20:18 +02:00
parent c0f2d629ab
commit 48af705478
3 changed files with 28 additions and 28 deletions

View File

@@ -58,7 +58,7 @@ export class DraftOrder {
@UpdateDateColumn({ type: "timestamptz" })
updated_at: Date
@UpdateDateColumn({ type: "timestamptz" })
@Column({ type: "timestamptz", nullable: true })
completed_at: Date
@Column({ type: "jsonb", nullable: true })