# encoding: UTF-8
# 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 => 20130624133618) do

  create_table "communication_in_jobs", :force => true do |t|
    t.string   "job_source"
    t.integer  "job_source_job_id"
    t.text     "params"
    t.integer  "done"
    t.string   "result"
    t.datetime "created_at",        :null => false
    t.datetime "updated_at",        :null => false
    t.string   "typop"
  end

  create_table "communication_out_jobs", :force => true do |t|
    t.string   "type"
    t.text     "params"
    t.integer  "done"
    t.string   "result"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  create_table "prov_to_apis", :force => true do |t|
    t.string "login"
    t.string "mot_passe"
    t.string "string_key"
    t.string "email",      :limit => 100
  end

  add_index "prov_to_apis", ["login"], :name => "index_prov_to_apis_on_login"
  add_index "prov_to_apis", ["string_key"], :name => "index_prov_to_apis_on_string_key"

  create_table "requests", :force => true do |t|
    t.string   "title"
    t.text     "description"
    t.integer  "images"
    t.datetime "created_at",  :null => false
    t.datetime "updated_at",  :null => false
  end

end
