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
/
db22.sql
blob: 853e2c73b1c747bdd46f18e238e0988a6e7fee8b (
plain
) (
blame
)
1
2
3
4
5
CREATE
TABLE
courses
(
id
INT
NOT
NULL
PRIMARY
KEY
,
name
VARCHAR
(
255
)
NOT
NULL
);