Menambahkan seeder Teams dan TeamsUsers pada module Lpj

This commit is contained in:
2024-11-03 01:20:22 +07:00
committed by putrakuningan
parent 82a817db2f
commit 23dc9bf1fd
8 changed files with 77 additions and 145 deletions

View File

@@ -48,42 +48,6 @@ class DetailPenawaranSeeder extends Seeder
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
],
[
'kjpp_rekanan_id' => 1,
'penawaran_id' => 2,
'biaya_penawaran' => null,
'attachment' => null,
'dokumen_persetujuan' => null,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
],
[
'kjpp_rekanan_id' => 2,
'penawaran_id' => 2,
'biaya_penawaran' => null,
'attachment' => null,
'dokumen_persetujuan' => null,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
],
[
'kjpp_rekanan_id' => 3,
'penawaran_id' => 2,
'biaya_penawaran' => null,
'attachment' => null,
'dokumen_persetujuan' => null,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
]
]);
}