Sha256: 0ccb437cbb8de9a59aa5c7905bc7f5c61f85c1f3c66c0d69aa6d4fd603e99a35
Contents?: true
Size: 326 Bytes
Versions: 44
Compression:
Stored size: 326 Bytes
Contents
Sequel.migration do change do create_table(:pacts, charset: "utf8") 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
44 entries across 44 versions & 1 rubygems