Menaikkan data KJPP part 2
This commit is contained in:
6
database/seeders/sql/dokumen_jaminan.sql
Normal file
6
database/seeders/sql/dokumen_jaminan.sql
Normal 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);
|
||||
Reference in New Issue
Block a user