update table penilaian

This commit is contained in:
Daeng Deni Mardaeni
2024-09-26 10:59:21 +07:00
parent fcb6a5255d
commit d693e9df67
2 changed files with 8 additions and 8 deletions

View File

@@ -20,10 +20,7 @@ return new class () extends Migration {
$table->datetime('tanggal_kunjungan');
$table->text('keterangan')->nullable();
$table->string('status')->nullable();
$table->string('nomor_registrasi')->references('nomor_registrasi')->on(Permohonan::class)->nullable();
$table->integer('penilaian_id')->nullable();
$table->integer('surveyor_id')->nullable();
$table->integer('penilai_surveyor_id')->nullable();
$table->unsignedBigInteger('user_id');
$table->timestamps();
$table->char('authorized_status', 1)->nullable();
$table->timestamp('authorized_at')->nullable();