forked from bofh/fetsite
fetzneditions
This commit is contained in:
12
db/migrate/20130819134132_create_fetzneditions.rb
Normal file
12
db/migrate/20130819134132_create_fetzneditions.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateFetzneditions < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :fetzneditions do |t|
|
||||
t.string :title
|
||||
t.text :desc
|
||||
t.date :datum
|
||||
t.string :datei
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user