WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql). SQL (0.000476) SET NAMES 'utf8' SQL (0.000499) SET SQL_AUTO_IS_NULL=0 SQL (0.002076) CREATE DATABASE `RailsApplication1_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci` WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql). SQL (0.000519) SET NAMES 'utf8' SQL (0.000415) SET SQL_AUTO_IS_NULL=0 SQL (0.001165) SHOW TABLES SQL (0.120866) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB SQL (0.000000) Mysql::Error: #42000Specified key was too long; max key length is 767 bytes: CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql). SQL (0.000537) SET NAMES 'utf8' SQL (0.000463) SET SQL_AUTO_IS_NULL=0 SQL (0.001302) SHOW TABLES SQL (0.001084) SELECT version FROM schema_migrations Migrating to CreateRunners (20090119103500) SQL (0.000867) SELECT version FROM schema_migrations SQL (0.128189) CREATE TABLE `runners` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `distance` float DEFAULT NULL NULL, `minutes` int(11) DEFAULT NULL NULL, `created_at` datetime DEFAULT NULL NULL, `updated_at` datetime DEFAULT NULL NULL) ENGINE=InnoDB SQL (0.001216) INSERT INTO schema_migrations (version) VALUES ('20090119103500') SQL (0.006194) SELECT version FROM schema_migrations SQL (0.002119) SHOW TABLES SQL (0.008661) SHOW FIELDS FROM `runners` SQL (0.017240) describe `runners` SQL (0.008420) SHOW KEYS FROM `runners`