aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* MySQL: `ROW_FORMAT=DYNAMIC` create table option by defaultRyuta Kamizono2018-12-191-0/+18
* Use `utf8mb4` charset for internal tables if the row format `DYNAMIC` by defaultRyuta Kamizono2018-12-191-1/+9
* Support default expression for MySQLRyuta Kamizono2018-10-251-4/+7
* Support expression indexes for MySQLRyuta Kamizono2018-10-251-4/+30
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Turn on performance based copsDillon Welch2018-07-231-1/+1
* Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-2/+2
* Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-031-0/+12
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-6/+9
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-7/+1
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-0/+4
* Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-211-0/+4
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2Ryuta Kamizono2017-07-071-2/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Remove FK together with column in MySQLKir Shatrov2017-06-161-0/+7
* Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-0/+10
* Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-0/+1
* Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-0/+42
* Make internal methods to privateRyuta Kamizono2017-03-271-0/+36
* Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-0/+33