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