Your IP : 3.141.45.90


Current Path : /home/lentoinv/api.lentoria.com/database/migrations/
Upload File :
Current File : /home/lentoinv/api.lentoria.com/database/migrations/2022_07_26_115226_drop_instructors_table.php

<?php

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
    /**
     * Run the migrations.
     *
     * @return void
     */
    public function up()
    {
        Schema::dropIfExists('instructors');
    }

    /**
     * Reverse the migrations.
     *
     * @return void
     */
    public function down()
    {
        //
    }
};

?>