aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
* Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\
| * Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
|/
* Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-2/+3
* Remove unused already requireRyuta Kamizono2015-05-191-4/+0
* better `add_reference` documentation. [ci skip]Yves Senn2015-05-181-13/+5
* Remove redundant require 'set' linesMehmet Emin İNAÇ2015-05-151-1/+0
* Merge pull request #19978 from kamipo/collation_option_support_for_postgresqlRafael Mendonça França2015-05-031-1/+2
|\
| * Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-1/+2
* | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibiltyRafael Mendonça França2015-05-031-1/+4
|\ \
| * | Change the `visit_AddColumn` visiblity for the internal APIRyuta Kamizono2015-05-031-1/+4
| |/
* / Missing `:bigint` [ci skip]Ryuta Kamizono2015-05-041-1/+1
|/
* Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+1
* use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-061-1/+1
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
|/
* Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
* Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-6/+13
* Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-161-0/+12
|\
| * Add methods to get foreign key matching argumentsAnton2015-01-291-0/+8
| * Add `foreign_key_exists?` method.Anton2015-01-241-0/+4
* | Remove `cast_type` in `ColumnDefinition`Ryuta Kamizono2015-02-111-1/+1
|/
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-15/+3
* Refactor `visit_ChangeColumnDefinition`Ryuta Kamizono2015-01-031-1/+1
* Minor documentation edits [ci skip]Robin Dupret2014-12-281-6/+5
* Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-281-1/+2
* reduce duplication in `ConnectionAdapters::Table` docs. [ci skip]Yves Senn2014-12-271-27/+38
* Refactor a common class to reduce the duplication for `references`Sean Griffin2014-12-231-29/+84
* Add `foreign_key` as an option to `references` for `change_table`Sean Griffin2014-12-221-3/+6
* Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-221-4/+23
* Convert `references` to kwargsSean Griffin2014-12-221-7/+17
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-2/+2
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-6/+5
* add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-17/+19
* docs, the abstract data type `:timestamp` was removed. See #15184 [ci skip]Yves Senn2014-11-071-2/+2
* edit pass over all warningsXavier Noria2014-10-281-4/+3
* let's warn with heredocsXavier Noria2014-10-281-5/+6
* Use type column first in multi-column indexesDerek Prior2014-10-241-1/+1
* we don't need a HWIA and a hash allocated for just one k/v pairAaron Patterson2014-10-151-5/+3
* just look up the primary key from the columns hashAaron Patterson2014-10-151-6/+1
* add table.bigint supportAaron Patterson2014-10-151-1/+1
* Merge pull request #16781 from kamipo/move_column_option_handlingYves Senn2014-09-031-1/+0
|\
| * Move column option handling to new_column_definitionRyuta Kamizono2014-09-031-1/+0
* | Add and Remove string/strip requireArthur Neves2014-09-021-1/+0
|/
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-6/+5
* Add missing AS requireArthur Neves2014-08-191-0/+1
* Change the default `null` value for timestampsSean Griffin2014-08-121-3/+21
* Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-221-2/+16
|\
| * Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-1/+8
|/