aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Always pass a column with a type object to quoteSean Griffin2014-06-281-1/+1
* Add nodoc to internal class [ci skip]Rafael Mendonça França2014-06-261-1/+1
* fk: use random digest namesYves Senn2014-06-261-1/+10
* fk: support for on_updateYves Senn2014-06-261-0/+4
* fk: rename `dependent` to `on_delete`Yves Senn2014-06-261-2/+2
* fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-261-0/+4
* fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-261-0/+12
* fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-261-0/+14
* Change wording of explanation about precision & scale of decimal numbers [ci ...Prathamesh Sonpatki2014-06-041-2/+2
* Remove :timestamp column typeSean Griffin2014-05-191-0/+7
* Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-6/+13
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-9/+0
* fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-301-1/+1
* support creating temporary tables from queriesCody Cutrer2013-12-141-2/+3
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-091-3/+0
* Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...Rafael Mendonça França2013-06-131-0/+3
|\
| * Moving add_column_options! up to SchemaCreationjeran2013-06-121-0/+3
* | Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+1
* | Merge pull request #10572 from nertzy/dont-modify-options-hash-in-primary-keyRafael Mendonça França2013-05-111-2/+1
* | Make references with index:true pass Hash options to add_index.Victor Costan2013-04-011-1/+1
|/
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-1/+1
* Custom index type support with :using.doabit2013-03-241-1/+1
* add uuid primary key supportAaron Patterson2013-03-221-2/+3
* separate primary key from column typeAaron Patterson2013-03-221-10/+11
* push the mysql add_column up to the abstract adapterAaron Patterson2013-03-221-1/+3
* allow multiple add columnsAaron Patterson2013-03-221-4/+4
* push alter table add column sql in to the schema modification visitorAaron Patterson2013-03-221-6/+23
* there is no reason to check for an already defined columnAaron Patterson2013-03-221-1/+1
* push column initialization down to the factory methodAaron Patterson2013-03-221-13/+13
* @columns list is no longer necessaryAaron Patterson2013-03-221-8/+4
* keep ivars private, do not manipulate them outside their owner objectAaron Patterson2013-03-221-0/+4
* factory methods should not alter object stateAaron Patterson2013-03-221-5/+7
* push SQL generation inside the schema creation objectAaron Patterson2013-03-221-1/+5
* mostly decouple TableDefinition from the database connectionAaron Patterson2013-03-221-3/+3
* remove to_sql from TableDefinitionAaron Patterson2013-03-221-8/+0
* decouple column definition from the database connectionAaron Patterson2013-03-221-6/+6
* remove knowledge of SQL from the column definition objectAaron Patterson2013-03-221-21/+2
* Refactored to reuse methodAnupam Choudhury2013-03-151-2/+2
* ask column if it is a pkAaron Patterson2013-03-141-1/+5
* you can provide uuid_generate_v4 as the default value for uuid columnsAaron Patterson2013-03-141-1/+2
* pg is the only adapter that supports the xml type, so push the method downAaron Patterson2013-03-141-9/+0
* Apparently people were mutating this array. :'(Aaron Patterson2013-03-141-3/+3
* hashes are ordered, so just use the columns_hash ivarAaron Patterson2013-03-141-3/+3
* use the method so we do not depend on internal ivarsAaron Patterson2013-03-141-1/+1
* extract factory method and push common code up to abstract adapterAaron Patterson2013-03-141-2/+5
* update docs, change_table does not use TableDefinition.Yves Senn2013-02-281-3/+3
* Revert "Revert "Merge pull request #9206 from ranjaykrishna/use_define_method""Jon Leighton2013-02-151-18/+13
* Revert "Merge pull request #9206 from ranjaykrishna/use_define_method"Jon Leighton2013-02-151-13/+18