add department to RO

This commit is contained in:
fadlydev
2025-01-30 14:57:22 +07:00
parent f0894132f4
commit a7c7e98517

View File

@ -52,6 +52,12 @@ export class RequestOrder {
}) })
requested_by: string; requested_by: string;
@Column({
type: 'varchar',
nullable: false,
})
department: string;
@Column({ @Column({
type: 'text', type: 'text',
nullable: true, nullable: true,