Sha256: 43c24c6a9c08332eeb4a31f7d2539aaedaf0b4c7344e5f73c008bc6ce3510ff4

Contents?: true

Size: 527 Bytes

Versions: 28

Compression:

Stored size: 527 Bytes

Contents

CREATE TABLE `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` int(11) DEFAULT NULL,
  `username` varchar(255) DEFAULT NULL,
  `group` varchar(255) DEFAULT 'Superfriends',
  `created_at` datetime DEFAULT NULL,
  `comment` varchar(20) DEFAULT NULL,
  `description` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `index_users_on_reference` (`reference`),
  KEY `index_users_on_username_and_created_at` (`username`,`created_at`),
  KEY `index_with_a_custom_name` (`username`,`group`)

) ENGINE=InnoDB DEFAULT CHARSET=utf8

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
lhm-shopify-4.4.2 spec/fixtures/users.ddl
lhm-shopify-4.4.1 spec/fixtures/users.ddl
lhm-shopify-4.4.0 spec/fixtures/users.ddl
lhm-shopify-4.3.0 spec/fixtures/users.ddl
lhm-shopify-4.2.3 spec/fixtures/users.ddl
lhm-shopify-4.2.2 spec/fixtures/users.ddl
lhm-shopify-4.2.1 spec/fixtures/users.ddl
lhm-shopify-4.2.0 spec/fixtures/users.ddl
lhm-shopify-4.1.1 spec/fixtures/users.ddl
lhm-shopify-4.1.0 spec/fixtures/users.ddl
lhm-shopify-4.0.0 spec/fixtures/users.ddl
lhm-teak-3.6.4 spec/fixtures/users.ddl
lhm-teak-3.6.3 spec/fixtures/users.ddl
lhm-teak-3.6.2 spec/fixtures/users.ddl
lhm-teak-3.6.1 spec/fixtures/users.ddl
lhm-teak-3.6.0 spec/fixtures/users.ddl
lhm-shopify-3.5.5 spec/fixtures/users.ddl
lhm-shopify-3.5.4 spec/fixtures/users.ddl
lhm-shopify-3.5.3 spec/fixtures/users.ddl
lhm-shopify-3.5.2 spec/fixtures/users.ddl