rails/activerecord/test/schema
Nikita Vasilevsky fb5cef98bb Configure query_constraints_list to use primary_key by default
Every `ActiveRecord::Base` model now should have `query_constraints_list`
configured by default and its value set to the model's `primary_key`
2022-11-21 22:21:55 +00:00
..
mysql2_specific_schema.rb Extract on update CURRENT_TIMESTAMP for mysql2 adapter 2022-01-01 21:37:15 +09:00
oracle_specific_schema.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
postgresql_specific_schema.rb adds support for exclusion constraints (PostgreSQL-only) 2022-06-14 08:09:47 -04:00
schema.rb Configure query_constraints_list to use primary_key by default 2022-11-21 22:21:55 +00:00
sqlite_specific_schema.rb Dump the precision for datetime columns following the new defaults 2022-02-08 01:36:06 +00:00