Surveys: Add Feature Alamat

main
mikhailkusuma 2024-07-02 15:19:28 +07:00
parent c7b09b0515
commit e41455299d
2 changed files with 90500 additions and 0 deletions

View File

@ -55,6 +55,14 @@ class ManagementMasterSeeder extends Seeder
'created_at' => Carbon::now()->toDateTimeString(),
'updated_at' => Carbon::now()->toDateTimeString()
],
[
'id' => 6,
'master_code' => 'Master Alamat',
'master_value' => 'Alamats',
'master_column' => 'Alamat',
'created_at' => Carbon::now()->toDateTimeString(),
'updated_at' => Carbon::now()->toDateTimeString()
],
];
DB::table('management_masters')->insert($data_roles);

90492
survey_sdgs.sql Normal file

File diff suppressed because it is too large Load Diff