Ignore:
Timestamp:
Jul 2, 2010, 8:53:43 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

developing around terminology

File:
1 edited

Legend:

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

    r404 r415  
    1010# It's strongly recommended to check this file into your version control system.
    1111
    12 ActiveRecord::Schema.define(:version => 20100129010414) do
     12ActiveRecord::Schema.define(:version => 20100702073455) do
    1313
    1414  create_table "archetype_data", :force => true do |t|
     
    1919    t.string   "text_data"
    2020    t.integer  "integer_data"
     21    t.float    "real_data"
    2122    t.datetime "created_at"
    2223    t.datetime "updated_at"
     24  end
     25
     26  create_table "languages", :id => false, :force => true do |t|
     27    t.string "code",        :null => false
     28    t.string "description", :null => false
    2329  end
    2430
Note: See TracChangeset for help on using the changeset viewer.