root/db/migrate/008_create_test1s.rb

Revision 1, 175 bytes (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

Line 
1class 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
12end
Note: See TracBrowser for help on using the browser.