Skip to content

Commit

Permalink
SQL create scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed May 18, 2011
1 parent 0faa3d9 commit 64fedfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseDBs/API_WITH_USER_TABLE.sql
Expand Up @@ -89,7 +89,7 @@ CREATE TABLE `users` (
`PhoneNumber` varchar(32) DEFAULT NULL,
`Gender` text,
`ScreenName` varchar(32) NOT NULL,
`EMail` varchar(32) NOT NULL,
`EMail` varchar(255) NOT NULL,
`Birthday` date DEFAULT NULL,
`PasswordHash` varchar(32) NOT NULL,
`Salt` varchar(32) NOT NULL,
Expand Down

0 comments on commit 64fedfc

Please sign in to comment.