date('pro_plan_paid')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('accounts', function ($table) { $table->dropColumn('pro_plan_paid'); }); } }