Add 'details' column to 'detail_dokumen_jaminan' table

This migration adds a nullable 'details' column to the 'detail_dokumen_jaminan' table. The column is used to store custom field data in JSON format. Various parts of the application, including the model, controller, and view, have been updated to handle this new column.
This commit is contained in:
Daeng Deni Mardaeni
2024-11-04 16:00:29 +07:00
parent ec6cb8e09f
commit 6dd55f9532
4 changed files with 83 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
'name',
'dokumen_jaminan',
'keterangan',
'details',
'status',
'authorized_at',
'authorized_status',