diff --git a/src/game/game.entity.ts b/src/game/game.entity.ts index 5f019e83c0b3af08bd423809b79ec5039850bbd2..5ff35d56aaeb198d75fc167f380c224b74693f40 100644 --- a/src/game/game.entity.ts +++ b/src/game/game.entity.ts @@ -25,6 +25,7 @@ export class GameEntity { @Column('json') center: CenterDTO; @Column({ type: 'json', nullable: true }) map: JSON; @Column({ type: 'json', nullable: true }) nodesettings?: NodeSettingsDTO; + @Column('text') state: string; @Column('timestamp') startdate: Timestamp; @Column('timestamp') enddate: Timestamp;