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