Created
March 15, 2009 17:42
This file contains 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
~ CREATE TABLE `users` (`id` integer PRIMARY KEY AUTO_INCREMENT, `email` string UNIQUE NOT NULL, `username` string UNIQUE NOT NULL, `crypted_password` string(41) NOT NULL, `salt` string(41) NOT NULL, `created_at` datetime, `name` string) | |
~ ROLLBACK | |
rake aborted! | |
Mysql::Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'string UNIQUE NOT NULL, `username` string UNIQUE NOT NULL, `crypted_password` st' at line 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment