This commit is contained in:
2025-11-28 16:22:16 +07:00
parent 8d56645f3b
commit 7a2bfe49af

View File

@ -17,6 +17,12 @@ export class TrxMaintenanceGroup {
}) })
code: string; code: string;
@Column({
nullable: true,
length: 256,
})
file: string;
@Column({ @Column({
nullable: true, nullable: true,
type: "float8", type: "float8",