Update AssetRequestOrder entity: remove default value from nota_dinas column
This commit is contained in:
@ -71,7 +71,7 @@ export class AssetRequestOrder {
|
||||
@Column({ nullable: true, length: 4096 })
|
||||
file: string;
|
||||
|
||||
@Column({ nullable: true, length: 256, default: '' })
|
||||
@Column({ nullable: true, length: 256 })
|
||||
nota_dinas: string;
|
||||
|
||||
@Column({ type: 'varchar', length: 50, default: 'pending' })
|
||||
|
||||
Reference in New Issue
Block a user