This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
02ba03509c
rails--rails
/
activerecord
/
test
/
fixtures
/
db_definitions
/
postgresql2.sql
6 lines
52 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-11-23 20:04:44 -05:00
CREATE
TABLE
courses
(
id
serial
,
name
text
Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-20 16:21:41 -05:00
)
;
Copy permalink