1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/schema
Ryuta Kamizono 8e083e1502 Use t.index in create_table instead of add_index in test schema
For reduce bootstrap queries in tests.
2016-01-31 17:36:04 +09:00
..
mysql2_specific_schema.rb Use t.index in create_table instead of add_index in test schema 2016-01-31 17:36:04 +09:00
oracle_specific_schema.rb tests, favor public API over inspecting columns where possible. 2014-12-01 16:57:48 +01:00
postgresql_specific_schema.rb Add expression support on the schema default 2016-01-13 22:03:56 +09:00
schema.rb Use t.index in create_table instead of add_index in test schema 2016-01-31 17:36:04 +09:00
sqlite_specific_schema.rb