aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-061-2/+6
* Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-061-1/+6
* Followup of UUID default extension in the docs [ci skip]Prathamesh Sonpatki2016-11-241-5/+15
* For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-8/+9
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+24
* The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
* Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-33/+33
* Add default options to 'bit' and 'bit_varying' methodsMelody2015-02-031-2/+2
* Adds default options hash for postgres money typeMelody Berton2015-02-031-1/+1
* Refactor `PostgreSQL::TableDefinition#primary_key`Ryuta Kamizono2014-12-271-4/+2
* Move column option handling to new_column_definitionRyuta Kamizono2014-09-031-5/+3
* Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+4
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+4
* Respect limit for PG bit stringsSean Griffin2014-06-031-19/+19
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-0/+8
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-0/+4
* pg, remove duplicated code.Yves Senn2014-05-241-4/+0
* pg, extract schema definitions into separate file.Yves Senn2014-05-241-0/+138