This commit is contained in:
fro1991
2024-12-29 22:22:58 +07:00
parent 3ed8494aa6
commit d230804540

View File

@ -44,6 +44,36 @@ export class Summarize {
})
total: number;
@Column({
nullable: true,
type: 'float8'
})
total_1: number;
@Column({
nullable: true,
type: 'float8'
})
total_2: number;
@Column({
nullable: true,
type: 'float8'
})
total_3: number;
@Column({
nullable: true,
type: 'float8'
})
total_4: number;
@Column({
nullable: true,
type: 'float8'
})
total_5: number;
@Column()
@CreateDateColumn()
created_at: Date;