index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
db_definitions
/
postgresql2.sql
blob: 4605b9384e54bb0e6cc1a5b8e27862c413a14c35 (
plain
) (
blame
)
1
2
3
4
CREATE
TABLE
courses
(
id
serial
primary
key
,
name
text
);