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