forked from bofh/fetsite
a lot of new models ...
Fotogallary, gremien, fetprofil,
This commit is contained in:
11
db/migrate/20130819133607_create_galleries.rb
Normal file
11
db/migrate/20130819133607_create_galleries.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateGalleries < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :galleries do |t|
|
||||
t.string :name
|
||||
t.text :desc
|
||||
t.date :datum
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user