string('Paid'); }); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('Moons', function (Blueprint $table) { $table->dropColumn('Paid'); }); } }