so im following Lenz's book and im trying to add a table to the database. I guess whats happening is that migrating will merge my new table to the existing one for the 'Story' table, however i guess the error below. Im very new, please help!![]()
C:\InstantRails\rails_apps\shovell>rake db:migrate
(in C:/InstantRails/rails_apps/shovell)
== CreateStories: migrating ===================================================
-- create_table( :stories)
rake aborted!
Mysql::Error: #42S01Table 'stories' already exists: CREATE TABLE stories (`id` i
nt(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255) DEFAULT NULL
, `link` varchar(255) DEFAULT NULL) ENGINE=InnoDB
(See full trace by running task with --trace)





Bookmarks