Sha256: c179519fd77dabf05474ca552de6c79cc607cdc7acadce770f49b8c145a6aac5

Contents?: true

Size: 214 Bytes

Versions: 25

Compression:

Stored size: 214 Bytes

Contents

CREATE TABLE `custom_primary_key_dest` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pk` varchar(255),
  PRIMARY KEY (`pk`),
  UNIQUE KEY `index_custom_primary_key_on_id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
lhm-shopify-3.5.0 spec/fixtures/custom_primary_key_dest.ddl
lhm-shopify-3.5.1 spec/fixtures/custom_primary_key_dest.ddl
lhm-shopify-3.4.2 spec/fixtures/custom_primary_key_dest.ddl
lhm-shopify-3.4.1 spec/fixtures/custom_primary_key_dest.ddl
lhm-shopify-3.4.0 spec/fixtures/custom_primary_key_dest.ddl