root/db/migrate/003_create_artwork.rb
| Revision 1, 196 bytes (checked in by falcon, 17 years ago) |
|---|
| Line | |
|---|---|
| 1 | class CreateArtwork < ActiveRecord::Migration |
| 2 | def self.up |
| 3 | create_table :artwork do |t| |
| 4 | t.string :sTitle |
| 5 | t.timestamps |
| 6 | end |
| 7 | end |
| 8 | |
| 9 | def self.down |
| 10 | drop_table :artwork |
| 11 | end |
| 12 | end |
Note: See TracBrowser
for help on using the browser.
