fix update migration table penilaian
This commit is contained in:
@@ -28,12 +28,8 @@ use Illuminate\Support\Facades\Schema;
|
||||
{
|
||||
Schema::table('penilaian', function (Blueprint $table) {
|
||||
$table->unsignedBigInteger('user_id')->unsigned();
|
||||
$table->dropForeign(['nomor_registrasi']);
|
||||
$table->dropForeign(['penilai_id']);
|
||||
$table->dropForeign(['surveyor_id']);
|
||||
$table->dropForeign(['penilai_surveyor_id']);
|
||||
$table->dropColumn('nomor_registrasi');
|
||||
$table->dropColumn('penilai_id');
|
||||
$table->dropColumn('penilaian_id');
|
||||
$table->dropColumn('surveyor_id');
|
||||
$table->dropColumn('penilai_surveyor_id');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user