Created
April 28, 2011 21:17
-
-
Save buk/947358 to your computer and use it in GitHub Desktop.
rake db:migrate error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== CreateCustomers: migrating ================================================ | |
-- create_table(:customers) | |
rake aborted! | |
An error has occurred, this and all later migrations canceled: | |
SQLite3::SQLException: table "customers" already exists: CREATE TABLE "customers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "customer_number" varchar(255), "contact_person" varchar(255), "street" varchar(255), "zip_code" integer, "location" varchar(255), "country" varchar(255), "created_at" datetime, "updated_at" datetime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment