MIF_E31230887/database/migrations
Lutfi Hakim ca98d0a665 Fix peminjaman FK and use id_buku in views
Add migration to fix peminjaman.id_buku foreign key: modify column to INT UNSIGNED and re-create FK referencing buku.id_buku with cascadeOnDelete. Update admin peminjaman blades to use $b->id_buku for option values. Remove unused imports and tidy up formatting/whitespace in Peminjaman and AdminPeminjaman controllers (including small reformat of Fonnte API payload). These changes ensure the dropdowns use the correct book identifier and the DB relation is consistent.
2026-05-01 23:36:20 +07:00
..
0001_01_01_000000_create_users_table.php first commit 2026-04-29 20:58:38 +07:00
0001_01_01_000001_create_cache_table.php first commit 2026-04-29 20:58:38 +07:00
0001_01_01_000002_create_jobs_table.php first commit 2026-04-29 20:58:38 +07:00
2025_10_13_000000_create_kategori_table.php Fix: kategori table migration and update admin buku views 2026-04-30 07:51:09 +07:00
2025_10_13_024134_create_bukus_table.php add seeders 2026-04-30 14:35:20 +07:00
2025_10_13_024135_create_buku_table.php add seeders 2026-04-30 14:35:20 +07:00
2025_10_15_010029_create_anggotas_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_01_24_153420_create_peminjamen_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_01_25_133720_add_fields_to_users_table.php first commit 2026-04-29 20:58:38 +07:00
2026_02_11_171548_add_role_to_users_table.php first commit 2026-04-29 20:58:38 +07:00
2026_02_14_235500_fix_peminjaman_fk.php fix error db 2026-04-30 07:24:38 +07:00
2026_02_14_235600_create_buku_tamu_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_02_15_000000_fix_buku_tamu_fk.php fix error db 2026-04-30 07:24:38 +07:00
2026_03_03_160000_add_accountability_fields_to_anggotas_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_03_03_160100_add_guest_fields_to_buku_tamu.php fix error db 2026-04-30 07:24:38 +07:00
2026_03_10_135036_add_denda_to_peminjaman_table.php first commit 2026-04-29 20:58:38 +07:00
2026_03_11_152358_add_denda_to_peminjaman_table.php first commit 2026-04-29 20:58:38 +07:00
2026_03_30_012100_add_missing_columns_to_buku_tamu_table.php fix error db 2026-04-30 07:24:38 +07:00
2026_04_01_152837_add_id_anggota_to_peminjaman_table.php first commit 2026-04-29 20:58:38 +07:00
2026_04_02_000001_add_lokasi_to_buku_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_04_30_000000_add_nim_to_anggotas_table.php add seeders 2026-04-30 14:35:20 +07:00
2026_05_01_000001_fix_peminjaman_buku_fk_to_buku.php Fix peminjaman FK and use id_buku in views 2026-05-01 23:36:20 +07:00