Sha256: cef972ea7d580db3d515b854df221e80c3c71112230c8ee38222827df7829690
Contents?: true
Size: 363 Bytes
Versions: 24
Compression:
Stored size: 363 Bytes
Contents
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
24 entries across 24 versions & 1 rubygems