This commit is contained in:
fro1991
2025-03-21 02:48:34 +07:00
parent 7756d6f0f8
commit fc7d939b07

View File

@ -71,7 +71,7 @@ export class AssetRequestOrder {
@Column({ nullable: true, length: 4096 })
file: string;
@Column({ nullable: true, length: 256 })
@Column({ nullable: true, length: 256, default: '' })
nota_dinas: string;
@Column({ type: 'varchar', length: 50, default: 'pending' })