forked from bofh/fetsite
New Feature: Themen/Informationen
This commit is contained in:
9
db/migrate/20130805143839_create_attachments.rb
Normal file
9
db/migrate/20130805143839_create_attachments.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateAttachments < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :attachments do |t|
|
||||
t.string :name
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user