aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-271-1/+4
|\
| * Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-251-1/+4
* | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-1/+14
|/
* make `remove_index :table, :column` reversible.Yves Senn2015-06-151-1/+1
* Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-1/+5
|\
| * Add an invert method for remove_foreign_keyAster Ryan2015-06-111-1/+6
|/
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
* better `add_reference` documentation. [ci skip]Yves Senn2015-05-181-7/+13
* More exercise the create index sql testsRyuta Kamizono2015-05-041-2/+2
* Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-031-0/+4
* Nodoc validate_index_length! methodPrathamesh Sonpatki2015-04-301-1/+1
* use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
* Document that partial indexes are only supported by Postgres and SQLite.Grey Baker2015-04-131-0/+2
* Add a note regarding add_column restricted API [ci skip]Zachary Scott2015-04-121-0/+4
* fix documentation for SchemaStatements#add_foreign_keySimon Stemplinger2015-04-081-2/+2
* No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-061-0/+3
* use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-061-1/+4
* [ci skip] Remove unacceptable method nameyui-knk2015-03-241-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+1
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+6
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-6/+0
* Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-161-15/+26
|\
| * Add methods to get foreign key matching argumentsAnton2015-01-291-40/+28
| * Add `foreign_key_exists?` method.Anton2015-01-241-0/+23
* | fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+6
* | fix `remove_reference` with `foreign_key: true` on MySQL. #18664.Yves Senn2015-02-111-0/+6
* | Generate consistent names for foreign keysChris Sinjakli2015-02-031-1/+5
|/
* Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-1/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-2/+2
* Add default value for `create_table_definition`Ryuta Kamizono2015-01-031-2/+2
* Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-301-3/+8
* Refactor a common class to reduce the duplication for `references`Sean Griffin2014-12-231-30/+2
* Add `foreign_key` as an option to `references` for `change_table`Sean Griffin2014-12-221-1/+16
* Convert `add_references` to use kwargsSean Griffin2014-12-221-6/+18
* Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-221-1/+11
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-2/+7
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* raise a better exception for renaming long indexesAaron Patterson2014-11-201-0/+3
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-2/+5
* Support symbol foreign key to deletedtaniwaki2014-11-191-1/+1
* Use type column first in multi-column indexesDerek Prior2014-10-241-1/+1
* Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-171-3/+3
|\
| * Change the default `null` value for timestampsSean Griffin2014-08-121-3/+3
* | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-7/+8
|/
* Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-221-2/+9
|\
| * Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-1/+2
|/
* fk: add docsYves Senn2014-06-261-0/+58