This commit is contained in:
fro1991
2025-02-05 03:21:16 +07:00

View File

@ -79,7 +79,7 @@ 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 }) @Column({ type: 'varchar', nullable: true })
category: string | null; 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