Changeset 404 for ruby


Ignore:
Timestamp:
Jan 29, 2010, 12:24:36 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

first step to Capetown

Location:
ruby/trunk
Files:
6 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/db/schema.rb

    r164 r404  
    1010# It's strongly recommended to check this file into your version control system.
    1111
    12 ActiveRecord::Schema.define(:version => 20090725052538) do
     12ActiveRecord::Schema.define(:version => 20100129010414) do
     13
     14  create_table "archetype_data", :force => true do |t|
     15    t.string   "oid"
     16    t.string   "archetype_id"
     17    t.string   "concept"
     18    t.string   "path"
     19    t.string   "text_data"
     20    t.integer  "integer_data"
     21    t.datetime "created_at"
     22    t.datetime "updated_at"
     23  end
    1324
    1425  create_table "terminologies", :force => true do |t|
Note: See TracChangeset for help on using the changeset viewer.