|
|
@@ -29,7 +29,7 @@ export class Game {
|
|
|
@Column({ nullable: true })
|
|
|
currentState?: number
|
|
|
|
|
|
- @Column()
|
|
|
+ @Column({ type: 'text' })
|
|
|
background: string
|
|
|
|
|
|
@Column({ type: 'longtext', transformer: new JsonTransformer() })
|
|
|
@@ -43,5 +43,4 @@ export class Game {
|
|
|
|
|
|
@Column({ default: false })
|
|
|
autoReset: boolean
|
|
|
-
|
|
|
}
|