Categories: None [Edit]
active_record-postgres-constraints
From http://edgeguides.rubyonrails.org/active_record_migrations.html#types-of-schema-dumps:
There is however a trade-off: db/schema.rb cannot express database
specific items such as triggers, stored procedures or check constraints.
While in a migration you can execute custom SQL statements, the schema
dumper cannot reconstitute those statements from the database. If you are
using features like this, then you should set the schema format to :sql.
No longer is this the case. You can now use the default schema format
(:ruby) and still preserve your check constraints.
Total
Ranking: 11,203 of 183,021
Downloads: 192,194
Daily
Ranking: 11,864 of 183,007
Downloads: 55
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
25 | 816,166,900 | rspec |
40 | 563,448,791 | rails |
105 | 335,176,851 | pg |
116 | 293,539,901 | rspec-rails |
34,913 | 32,262 | osm-rubocop |
Owners
# | Gravatar | Handle |
---|---|---|
1 | IYBetesh |