aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/sqlite_specific_schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* add mysql and sqlite3 default testkenjiszk2018-09-011-0/+11
| | | | [Gannon McGibbon + Kenji Suzuki]
* SQLite: Foreign Key SupportRyuta Kamizono2017-01-171-18/+0
| | | | https://www.sqlite.org/foreignkeys.html
* Remove unused `table_with_autoincrement` tableRyuta Kamizono2016-04-191-4/+0
|
* fk: use random digest namesYves Senn2014-06-261-3/+3
| | | | | | The name of the foreign key is not relevant from a users perspective. Using random names resolves the urge to rename the foreign key when the respective table or column is renamed.
* Remove sqlite specific`supports_autoincrement?` which always defaults to trueVipul A M2013-08-101-5/+2
|
* mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-1/+1
|
* Use schema.rb for all databasesFrederick Cheung2008-04-221-0/+25
Move adapter specific schema into their own files Signed-off-by: Michael Koziarski <michael@koziarski.com>