|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -28,6 +28,11 @@ ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "applied_projects", :force => true do |t|
|
|
|
|
|
t.integer "project_id", :null => false
|
|
|
|
|
t.integer "user_id", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "apply_project_masters", :force => true do |t|
|
|
|
|
|
t.integer "user_id"
|
|
|
|
|
t.string "apply_type"
|
|
|
|
|