Sha256: b2d37ec0a6fd8cade95712f73c6f3756d1b27a9591f545b999b59072634110d9
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
class AddImageFileToImages < ActiveRecord::Migration def change add_column :bigmouth_images, :image_file_id, :string add_column :bigmouth_images, :image_file_size, :string add_column :bigmouth_images, :image_file_filename, :string add_column :bigmouth_images, :image_file_content_type, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigmouth-0.0.2 | db/migrate/20150204082807_add_image_file_to_images.rb |