Sha256: 0a1b31855d4dbb96c7198fa0fcae2860085a7151b31ceb2585de647ecf146df8

Contents?: true

Size: 461 Bytes

Versions: 6

Compression:

Stored size: 461 Bytes

Contents

ActiveRecord::Schema.define :version => 0 do
  create_table "images", :force => true do |t|
    t.string  :small_image_file_name
    t.string  :small_image_content_type
    t.integer :small_image_updated_at
    t.integer :small_image_file_size
    t.string  :small_image_meta

    t.string  :big_image_file_name
    t.string  :big_image_content_type
    t.integer :big_image_updated_at
    t.integer :big_image_file_size
    t.string  :big_image_meta
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
paperclip-meta-0.4.3 spec/schema.rb
paperclip-meta-0.4.2 spec/schema.rb
paperclip-meta-0.4.1 spec/schema.rb
paperclip-meta-0.4.0 spec/schema.rb
paperclip-meta-0.3.1 spec/schema.rb
paperclip-meta-0.2 spec/schema.rb