Location Component
This commit is contained in:
parent
069cc0eb4c
commit
b1c171cd97
12 changed files with 119 additions and 19 deletions
8
db/migrate/20140602140203_add_photo_to_venue.rb
Normal file
8
db/migrate/20140602140203_add_photo_to_venue.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
class AddPhotoToVenue < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :venues, :photo_file_name, :string
|
||||
add_column :venues, :photo_content_type, :string
|
||||
add_column :venues, :photo_file_size, :integer
|
||||
add_column :venues, :photo_updated_at, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue