Displaying 1 result from an estimated 1 matches for "createbookmark".
Did you mean:
createbookmarks
2006 Jun 21
3
rake migrate says table already exists
...a table or column,
alter the schema) I do ./script/generate migration do_something_new
and rake migrate gives me:
(in /home/jason/Svn/working/trunk)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment**
Execute db:migrate== CreateBookmarks: migrating
=================================================\
-- create_table(:bookmarks)
-- create_table(:bookmarks)
rake aborted!Mysql::Error: Table ''bookmarks'' already exists: CREATE
TABLE bookmarks (`id` int(11) DEFAULT NULL auto_increment PRIMARY
KEY) ENGINE=InnoDB
It...