Sha256: 9d437f77e6d0dbd575529188cfd76cc99714fbabf5c3c0e30253529f05a6027a
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
CREATE TABLE `destination` ( `id` int(11) NOT NULL AUTO_INCREMENT, `destination` int(11) DEFAULT NULL, `common` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lhm-1.0.0.rc2 | spec/fixtures/destination.ddl |
lhm-1.0.0.rc.1 | spec/fixtures/destination.ddl |