aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+5
* Tweak bigint PK handlingMatthew Draper2017-01-181-1/+1
* Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-061-1/+1
* Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-061-0/+23