rename_index(table_name, old_name, new_name) Instance Public methods
rename_table(table_name, new_name) Instance Public methods Renames a table. Example: rename_table('octopuses', 'octopi')
schema_creation() Instance Public methods
show_variable(name) Instance Public methods SHOW VARIABLES LIKE 'name'
strict_mode?() Instance Public methods
supports_index_sort_order?() Instance Public methods Technically MySQL allows to create indexes with the sort order syntax but at the moment (5.5) it doesn't yet implement them
supports_migrations?() Instance Public methods Returns true, since this connection adapter supports migrations.
supports_primary_key?() Instance Public methods
supports_transaction_isolation?() Instance Public methods MySQL 4 technically support transaction isolation, but it is affected by a bug where the transaction level gets persisted for the whole session: bugs.mysql.com/bug.php?id=39170
table_exists?(name) Instance Public methods
Page 2074 of 11844