aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-1/+1
* Merge pull request #24054 from kamipo/extract_default_primary_keyRafael França2016-03-111-10/+7
|\
| * Extract `default_primary_key?` to refactor `column_spec_for_primary_key`Ryuta Kamizono2016-03-111-10/+7
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-4/+0
|/
* Fix bigserial appears with limit 8 for schema dumperRyuta Kamizono2016-03-041-0/+4
* Exclude `:name` and `:type` from `prepare_column_options`Ryuta Kamizono2016-02-291-1/+1
* `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-081-3/+3
* Add expression support on the schema defaultRyuta Kamizono2016-01-131-7/+3
* Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-0/+54