OSDN Git Service

ご恩登録機能のCRUDをscaffoldベースで生成し実装
[on-kiroku/go_on_kiroku_tyou.git] / db / schema.rb
index 671c0da..33b98dd 100644 (file)
 #
 # 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