Sha256: 6fd98fb7bb0b82416e17a8400338bfd445e0e378a8dd191c9c72765fe3f71d5d
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
CREATE TABLE `composite_primary_key` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `shop_id` bigint(20) NOT NULL, PRIMARY KEY (`shop_id`,`id`), INDEX `index_key_id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lhm-shopify-3.3.6 | spec/fixtures/composite_primary_key.ddl |
lhm-shopify-3.3.5 | spec/fixtures/composite_primary_key.ddl |