string('calling_code')->nullable(); }); } public function down() { Schema::table('rainlab_location_countries', function (Blueprint $table) { $table->dropColumn('calling_code'); }); } }