|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140527060344) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -57,14 +57,11 @@ ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
add_index "attachments", ["container_id", "container_type"], :name => "index_attachments_on_container_id_and_container_type"
|
|
|
|
|
add_index "attachments", ["created_on"], :name => "index_attachments_on_created_on"
|
|
|
|
|
|
|
|
|
|
create_table "attachmentstypes", :id => false, :force => true do |t|
|
|
|
|
|
t.integer "id", :null => false
|
|
|
|
|
t.integer "typeId"
|
|
|
|
|
create_table "attachmentstypes", :force => true do |t|
|
|
|
|
|
t.integer "typeId", :null => false
|
|
|
|
|
t.string "typeName", :limit => 50
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "attachmentstypes", ["id"], :name => "id"
|
|
|
|
|
|
|
|
|
|
create_table "auth_sources", :force => true do |t|
|
|
|
|
|
t.string "type", :limit => 30, :default => "", :null => false
|
|
|
|
|
t.string "name", :limit => 60, :default => "", :null => false
|
|
|
|
@ -482,12 +479,13 @@ ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
t.text "notes"
|
|
|
|
|
t.integer "status"
|
|
|
|
|
t.integer "reply_id"
|
|
|
|
|
t.datetime "created_on", :null => false
|
|
|
|
|
t.datetime "updated_on", :null => false
|
|
|
|
|
t.datetime "created_on", :null => false
|
|
|
|
|
t.datetime "updated_on", :null => false
|
|
|
|
|
t.string "m_parent_id"
|
|
|
|
|
t.boolean "is_readed"
|
|
|
|
|
t.integer "m_reply_count"
|
|
|
|
|
t.integer "m_reply_id"
|
|
|
|
|
t.integer "is_comprehensive_evaluation"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "member_roles", :force => true do |t|
|
|
|
|
@ -801,6 +799,7 @@ ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
t.string "application_developers"
|
|
|
|
|
t.string "deposit_project_url"
|
|
|
|
|
t.string "deposit_project"
|
|
|
|
|
t.integer "project_id"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "students_for_courses", :force => true do |t|
|
|
|
|
|