# 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 => 4) do create_table "posts", :force => true do |t| t.column "title", :string t.column "body", :text, :limit => 255 t.column "created_at", :datetime t.column "updated_at", :datetime t.column "token", :string t.column "body_html", :text end create_table "taggings", :force => true do |t| t.column "tag_id", :integer t.column "taggable_id", :integer t.column "taggable_type", :string end create_table "tags", :force => true do |t| t.column "name", :string end end