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
/
sqlite2.sql
blob: 19b123968ae215b0443e0e445e1c75322332bccc (
plain
) (
blame
)
1
2
3
4
CREATE
TABLE
'courses'
(
'id'
INTEGER
NOT
NULL
PRIMARY
KEY
,
'name'
VARCHAR
(
255
)
NOT
NULL
);