Schema::table('users', function (Blueprint $table) { if (Schema::hasColumn('users', 'phone')) { $table->dropColumn('phone'); } });