Sha256: d7fbfebda70a2664d74884e345139835818c5b3dcca2e77fa084aff275049a18

Contents?: true

Size: 122 Bytes

Versions: 28

Compression:

Stored size: 122 Bytes

Contents

CREATE TABLE `bigint_table` (
  `id` BIGINT(20) auto_increment,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
lhm-shopify-3.5.2 spec/fixtures/bigint_table.ddl
lhm-shopify-3.5.0 spec/fixtures/bigint_table.ddl
lhm-shopify-3.5.1 spec/fixtures/bigint_table.ddl
lhm-shopify-3.4.2 spec/fixtures/bigint_table.ddl
lhm-shopify-3.4.1 spec/fixtures/bigint_table.ddl
lhm-shopify-3.4.0 spec/fixtures/bigint_table.ddl
lhm-shopify-3.3.6 spec/fixtures/bigint_table.ddl
lhm-shopify-3.3.5 spec/fixtures/bigint_table.ddl