X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=db%2Fschema.rb;h=33b98dd064d22b99ab0e1eb219a533ba3c338043;hb=e5f446589622f80aa0e82ad66e01c9f9856755c9;hp=671c0daef1d4a7364405832bba99597b17b26a56;hpb=20086308b039df00513308affbc10a0541d75ce6;p=on-kiroku%2Fgo_on_kiroku_tyou.git diff --git a/db/schema.rb b/db/schema.rb index 671c0da..33b98dd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,6 +10,16 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 0) do +ActiveRecord::Schema.define(:version => 20110416145006) do + + create_table "goons", :force => true do |t| + t.string "title", :null => false + t.string "who", :limit => 100, :null => false + t.date "when" + t.string "where", :limit => 100 + t.text "description", :null => false + t.datetime "created_at" + t.datetime "updated_at" + end end