# 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 => 20100705082838) do create_table "archetype_data", :force => true do |t| t.string "oid" t.string "archetype_id" t.string "concept" t.string "path" t.string "text_data" t.integer "integer_data" t.float "real_data" t.datetime "created_at" t.datetime "updated_at" end create_table "languages", :force => true do |t| t.string "code", :null => false t.string "description", :null => false end add_index "languages", ["code"], :name => "index_languages_on_code" create_table "terminologies", :force => true do |t| t.string "code" t.string "name" t.string "lang" t.text "group" t.string "rubric" t.text "description" t.string "mappings" end create_table "terminology_identifiers", :force => true do |t| t.string "vsab" t.string "authority" t.string "source_name" end create_table "territories", :force => true do |t| t.string "text" t.string "three_letter" t.string "numeric_code" t.string "two_letter" end end