Sha256: 15d5f5c8516f0f220d26c6ad476d98cf04da245ebe4815ab07760d369f88c147
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
class CreateUserImageHolders < ActiveRecord::Migration def change create_table :user_image_holders do |t| t.string :user_username t.string :filename t.string :content_type t.binary :image_data t.binary :image_thumb t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems