Sha256: a6b0e58c98a11a1d8f29fb1ea85f639b9266e89efda005d712652d3989004714
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
# This migration comes from refinery_images (originally 20100913234707) class CreateRefinerycmsImagesSchema < ActiveRecord::Migration def change create_table :refinery_images do |t| t.string :image_mime_type t.string :image_name t.integer :image_size t.integer :image_width t.integer :image_height t.string :image_uid t.string :image_ext t.timestamps end end end
Version data entries
4 entries across 4 versions & 3 rubygems