This commit is contained in:
fro1991
2025-02-06 04:53:53 +07:00
parent 1a1f497345
commit 3b0304fbda
2 changed files with 2 additions and 4 deletions

View File

@ -15,9 +15,8 @@ export class SummarizeLog {
position_date: string; position_date: string;
@Column({ @Column({
type: 'enum',
enum: SummarizeType,
nullable: false, nullable: false,
length: 64
}) })
type: SummarizeType; type: SummarizeType;

View File

@ -16,9 +16,8 @@ export class Summarize {
position_date: Date; position_date: Date;
@Column({ @Column({
type: 'enum',
enum: SummarizeType,
nullable: false, nullable: false,
length: 64
}) })
type: SummarizeType; type: SummarizeType;