root/db/migrate/009_create_galleries.bak
@
15
Revision 1, 184 bytes (checked in by falcon, 17 years ago) |
---|
Line | |
---|---|
1 | class CreateGalleries < ActiveRecord::Migration |
2 | def self.up |
3 | create_table :galleries do |t| |
4 | |
5 | t.timestamps |
6 | end |
7 | end |
8 | |
9 | def self.down |
10 | drop_table :galleries |
11 | end |
12 | end |
Note: See TracBrowser
for help on using the browser.