update table penilaian
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user