|
|
@ -11,7 +11,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20141013023400) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20141029065917) do
|
|
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
t.integer "act_id", :null => false
|
|
|
@ -98,7 +98,7 @@ ActiveRecord::Schema.define(:version => 20141013023400) do
|
|
|
|
t.string "budget", :null => false
|
|
|
|
t.string "budget", :null => false
|
|
|
|
t.integer "author_id"
|
|
|
|
t.integer "author_id"
|
|
|
|
t.date "deadline"
|
|
|
|
t.date "deadline"
|
|
|
|
t.string "description"
|
|
|
|
t.text "description"
|
|
|
|
t.datetime "created_on", :null => false
|
|
|
|
t.datetime "created_on", :null => false
|
|
|
|
t.datetime "updated_on", :null => false
|
|
|
|
t.datetime "updated_on", :null => false
|
|
|
|
t.integer "commit"
|
|
|
|
t.integer "commit"
|
|
|
|