# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 1) do create_table "thumbs", :force => true do |t| t.column "parent_id", :integer t.column "content_type", :string t.column "filename", :string t.column "thumbnail", :string t.column "size", :integer t.column "width", :integer t.column "height", :integer end end