C:\InstantRails-2.0-win\rails_apps\shovell>rake db:migrate
(in C:/InstantRails-2.0-win/rails_apps/shovell)
== 1 CreateStories: migrating =================================================
-- create_table(:stories)
rake aborted!
SQLite3::SQLException: table stories already exists: CREATE TABLE stories ("id"
INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL, "l
ink" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at"
datetime DEFAULT NULL)
(See full trace by running task with --trace)
Bookmarks