feat: add migration and seeder databse lpj old to lpj new
This commit is contained in:
2
database/seeders/sql/jenis_unit.sql
Normal file
2
database/seeders/sql/jenis_unit.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO `jenis_unit` (`id`, `code`, `name`, `status`, `authorized_status`, `created_at`, `updated_at`, `authorized_at`, `authorized_by`, `deleted_at`, `created_by`, `updated_by`, `deleted_by`) VALUES
|
||||
(1, 'JU001', 'H', 1, NULL, '2024-11-28 18:54:44', '2024-11-28 18:54:44', NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
Reference in New Issue
Block a user