root/db/migrate/008_create_test1s.rb
@
1
Revision 1, 175 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | class CreateTest1s < ActiveRecord::Migration |
2 | def self.up | |
3 | create_table :test1s do |t| | |
4 | ||
5 | t.timestamps | |
6 | end | |
7 | end | |
8 | ||
9 | def self.down | |
10 | drop_table :test1s | |
11 | end | |
12 | end |
Note: See TracBrowser
for help on using the browser.