Sha256: 61e5534d5600625149c501f9fa9a6e9c43c898becd5d530e5a5a11cd13235eff
Contents?: true
Size: 245 Bytes
Versions: 25
Compression:
Stored size: 245 Bytes
Contents
CREATE TABLE `composite_primary_key_dest` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `shop_id` bigint(20) NOT NULL, CONSTRAINT `pk_composite` PRIMARY KEY (`shop_id`,`id`), INDEX `index_key_id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Version data entries
25 entries across 25 versions & 2 rubygems