This commit is contained in:
magdo
2025-10-27 20:22:39 +01:00
parent 825d7a91e2
commit 04954cec4a
12 changed files with 24 additions and 59 deletions
@@ -74,8 +74,8 @@ export class DeckAggregate {
@Column({ type: 'int', default: CType.PUBLIC })
ctype!: CType;
@UpdateDateColumn({ name: 'update_date' })
updatedate!: Date;
@UpdateDateColumn()
updateDate!: Date;
@Column({ type: 'int', default: State.ACTIVE })
state!: State;