update
This commit is contained in:
@ -17,6 +17,12 @@ export class TrxMaintenanceGroup {
|
||||
})
|
||||
code: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
file: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "float8",
|
||||
|
||||
Reference in New Issue
Block a user