Sha256: bb19b0217058517b981ed2e5ea21efdaa3de6855fc6f94cbf5301c2fc238af89

Contents?: true

Size: 151 Bytes

Versions: 31

Compression:

Stored size: 151 Bytes

Contents

CREATE TABLE `tracks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `public` int(4) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
lhm-shopify-3.5.2 spec/fixtures/tracks.ddl
lhm-shopify-3.5.0 spec/fixtures/tracks.ddl
lhm-shopify-3.5.1 spec/fixtures/tracks.ddl
lhm-shopify-3.4.2 spec/fixtures/tracks.ddl
lhm-shopify-3.4.1 spec/fixtures/tracks.ddl
lhm-shopify-3.4.0 spec/fixtures/tracks.ddl
lhm-shopify-3.3.6 spec/fixtures/tracks.ddl
lhm-shopify-3.3.5 spec/fixtures/tracks.ddl
lhm-2.2.0 spec/fixtures/tracks.ddl
lhm-2.1.0 spec/fixtures/tracks.ddl
lhm-2.0.0 spec/fixtures/tracks.ddl