forked from bofh/fetsite
a lot of new models ...
Fotogallary, gremien, fetprofil,
This commit is contained in:
12
db/migrate/20130819133729_create_fotos.rb
Normal file
12
db/migrate/20130819133729_create_fotos.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateFotos < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :fotos do |t|
|
||||
t.string :title
|
||||
t.text :desc
|
||||
t.integer :gallery_id
|
||||
t.string :datei
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user