Sha256: 073df8df4383f16230acf250081275a78511783cf0417e42bc4443b57d537607
Contents?: true
Size: 326 Bytes
Versions: 152
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
152 entries across 152 versions & 1 rubygems