Correct syntax error in postgresql schema definition

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3868 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski 2006-03-15 01:31:00 +00:00
parent 953d7c9aa4
commit eccf39203f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CREATE TABLE accounts (
); );
CREATE TABLE funny_jokes ( CREATE TABLE funny_jokes (
id serial id serial,
name character varying(50) name character varying(50)
); );