aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_creation.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-8/+1
* Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-0/+7
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-0/+15