unsignedBigInteger('discipline_id')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { $table->dropColumn('discipline_id'); }); } };