# This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your # database schema. If you need to create the application database on another # system, you should be using db:schema:load, not running all the migrations # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20110718020810) do create_table "curriculumvitaes", :force => true do |t| t.string "curr_type" t.string "info" t.datetime "created_at" t.datetime "updated_at" end create_table "drawings", :force => true do |t| t.string "title" t.decimal "price" t.string "size" t.string "art_type" t.string "artist" t.date "creation_date" t.datetime "created_at" t.datetime "updated_at" end create_table "entries", :force => true do |t| t.text "blog_entry" t.datetime "created_at" t.datetime "updated_at" end create_table "images", :force => true do |t| t.integer "owner_id" t.string "owner_type" t.boolean "archived" t.datetime "created_at" t.datetime "updated_at" t.string "image_file_name" t.string "image_content_type" t.integer "image_file_size" t.datetime "image_updated_at" end create_table "people", :force => true do |t| t.string "name" t.string "link" t.string "person_type" t.datetime "created_at" t.datetime "updated_at" end create_table "prints", :force => true do |t| t.string "title" t.string "size" t.decimal "price" t.integer "quantity" t.string "artist" t.string "art_type" t.date "create_date" t.datetime "created_at" t.datetime "updated_at" end create_table "users", :force => true do |t| t.string "email" t.string "password_hash" t.string "password_salt" t.string "phone" t.text "bio" t.datetime "created_at" t.datetime "updated_at" end end