index_name_exists?(table_name, index_name, default) Instance Public methods Verifies
add_timestamps(table_name, options = {}) Instance Public methods Adds timestamps
remove_index(table_name, options = {}) Instance Public methods Removes the given
assume_migrated_upto_version(version, migrations_paths = ActiveRecord::Migrator.migrations_paths) Instance Public
change_column(table_name, column_name, type, options = {}) Instance Public methods Changes
change_column_null(table_name, column_name, null, default = nil) Instance Public methods Sets
table_exists?(table_name) Instance Public methods Checks to see if the table
quoted_columns_for_index(column_names, options = {}) Instance Protected methods Overridden
remove_timestamps(table_name) Instance Public methods Removes the timestamp
rename_table_indexes(table_name, new_name) Instance Protected methods
Page 3 of 4