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
/
sybase2.sql
blob: 88f9d329a3286bce7b6e7aab7a57a38af31cd6c7 (
plain
) (
blame
)
1
2
3
4
5
CREATE
TABLE
courses
(
id
int
NOT
NULL
PRIMARY
KEY
,
name
varchar
(
255
)
NOT
NULL
)
go