Sha256: 33bc6ac8896c93e3ee98fded28196a1fd266201f30aa03f67fbd30de81360dc2
Contents?: true
Size: 309 Bytes
Versions: 25
Compression:
Stored size: 309 Bytes
Contents
Sequel.migration do change do create_table(:pacts) do primary_key :id String :json_content, :text=>true foreign_key :version_id, :versions, null: false foreign_key :provider_id, :pacticipants, null: false index [:version_id, :provider_id], :unique=>true end end end
Version data entries
25 entries across 25 versions & 1 rubygems