boolean('is_enabled')->after('country_id')->default(true); }); } public function down() { Schema::table('rainlab_location_states', function(Blueprint $table) { $table->dropColumn('is_enabled'); }); } }