mirror of
https://github.com/github/rails.git
synced 2026-02-04 11:15:08 -05:00
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:
@@ -8,7 +8,7 @@ CREATE TABLE accounts (
|
||||
);
|
||||
|
||||
CREATE TABLE funny_jokes (
|
||||
id serial
|
||||
id serial,
|
||||
name character varying(50)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user