update category and requested_by

This commit is contained in:
fadlydev
2025-02-04 22:32:21 +07:00
parent 03ae88fbcf
commit 9afdbca8d9

View File

@ -79,6 +79,8 @@ export class RequestOrder {
@Column({ type: 'text', nullable: true }) @Column({ type: 'text', nullable: true })
ga_approval_remarks: string | null; ga_approval_remarks: string | null;
@Column({ type: 'string', nullable: true })
category: string | null;
// Storing goods as a JSON array, Use 'jsonb' for PostgreSQL or 'json' for MySQL // Storing goods as a JSON array, Use 'jsonb' for PostgreSQL or 'json' for MySQL
@Column({ type: 'jsonb', nullable: true }) @Column({ type: 'jsonb', nullable: true })