add sorts approval
This commit is contained in:
@ -7,6 +7,9 @@ export class EarchiveApproval {
|
|||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
|
@Column({ type: 'int', nullable: true , default : 0})
|
||||||
|
sorts: Number;
|
||||||
|
|
||||||
@Column({ name: 'docid', type: 'uuid', nullable: true })
|
@Column({ name: 'docid', type: 'uuid', nullable: true })
|
||||||
docid: string;
|
docid: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user