aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/mysql2_specific_schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-9/+5
* tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-021-6/+2
* fix detect column type of enummasarakki2013-04-011-1/+1
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-0/+10
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-9/+13
* fix: limit of enum columns of mysqlYamada Masaki2012-06-281-0/+9
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-261-2/+2
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-1/+12
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+24