getTable('ex_apps'); if ($table->hasColumn('last_check_time')) { $table->dropColumn('last_check_time'); } if ($table->hasColumn('api_scopes')) { $table->dropColumn('api_scopes'); } return $schema; } }