add sorts approval

This commit is contained in:
2025-11-10 19:06:45 +07:00
parent d17d60039e
commit df3f8d14d4

View File

@ -7,6 +7,9 @@ export class EarchiveApproval {
@PrimaryGeneratedColumn("uuid")
id: string;
@Column({ type: 'int', nullable: true , default : 0})
sorts: Number;
@Column({ name: 'docid', type: 'uuid', nullable: true })
docid: string;