Menambahkan Seeder pada Module LPJ part 1

This commit is contained in:
2024-12-06 17:38:58 +07:00
committed by Daeng Deni Mardaeni
parent a52c4a1bbd
commit d799fdd658
14 changed files with 82 additions and 738 deletions

View File

@@ -0,0 +1,6 @@
--
-- Dumping data for table `dokumen_jaminan`
--
INSERT INTO `dokumen_jaminan` (`id`, `debiture_id`, `permohonan_id`, `jenis_jaminan_id`, `pemilik_jaminan_id`, `province_code`, `city_code`, `district_code`, `village_code`, `postal_code`, `address`, `status`, `created_at`, `updated_at`, `authorized_at`, `authorized_status`, `deleted_at`, `created_by`, `updated_by`, `deleted_by`, `authorized_by`) VALUES
(1, 1, NULL, 8, 1, '32', '32.73', '32.73.07', '32.73.07.1001', '40161', 'Jl. Sukamaju no. 1', 1, '2024-12-06 02:38:18', '2024-12-06 02:38:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL);