Sha256: 57a91ea8c52d88d13499d2b8a6faaedcaeb70f82e25cbaa8ee878071e6aab242
Contents?: true
Size: 209 Bytes
Versions: 27
Compression:
Stored size: 209 Bytes
Contents
CREATE TABLE `custom_primary_key` ( `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
27 entries across 27 versions & 2 rubygems