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: 9198cf5f6e55334e01d181c1d69b1287417388bd (
plain
) (
blame
)
1
2
3
4
5
CREATE
TABLE
courses
(
id
int
NOT
NULL
PRIMARY
KEY
,
name
varchar
(
255
)
NOT
NULL
);