update
This commit is contained in:
@ -45,12 +45,17 @@ export class TrxCost {
|
|||||||
max_cost: number;
|
max_cost: number;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: false,
|
||||||
length: 64,
|
length: 64,
|
||||||
default: Status.Active,
|
|
||||||
})
|
})
|
||||||
status: Status;
|
status: Status;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
default: 1.0,
|
||||||
|
type: "float8",
|
||||||
|
})
|
||||||
|
seq: number;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user