aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_creation.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-0/+15
Column options are passed as an hash args then used as `options` hash in `add_column_options!`. Converting args to attributes is inconvinient for using options as an hash.