RubyGems Navigation menu

active_record-postgres-constraints 0.2.0

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.2.2 - April 21, 2020 (10KB)
  2. 0.2.1 - March 27, 2020 (10KB)
  3. 0.2.0 - January 21, 2020 (9.5KB)
  4. 0.1.5 - March 13, 2019 (8.5KB)
  5. 0.1.4 - December 07, 2018 (8KB)
全てのバージョンを表示(全9件)

Runtime依存関係 (2):

pg >= 0
rails >= 5.0, <= 7.0

Development依存関係 (3):

osm-rubocop = 0.1.15
rspec ~> 3.8

所有者:

プッシュ者:

作者:

  • Isaac Betesh

SHA 256チェックサム:

ad19faeb1fccc87e6f8a97bad2b11f803754fe41f97b7ebc01250f80145e5e90

累計ダウンロード数 182,122

このバージョンのみ 11,405

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: