boolean('sub')->default(false)->after('phrase_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('words', function (Blueprint $table) { $table->dropColumn('sub'); }); } }