|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150708025533) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150708085629) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -1222,18 +1222,18 @@ ActiveRecord::Schema.define(:version => 20150708025533) do
|
|
|
|
|
|
|
|
|
|
create_table "student_works", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.text "description"
|
|
|
|
|
t.text "description", :limit => 2147483647
|
|
|
|
|
t.integer "homework_common_id"
|
|
|
|
|
t.integer "user_id"
|
|
|
|
|
t.float "final_score"
|
|
|
|
|
t.float "teacher_score"
|
|
|
|
|
t.float "student_score"
|
|
|
|
|
t.float "teaching_asistant_score"
|
|
|
|
|
t.integer "project_id", :default => 0
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.integer "late_penalty", :default => 0
|
|
|
|
|
t.integer "absence_penalty", :default => 0
|
|
|
|
|
t.integer "project_id", :default => 0
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.integer "late_penalty", :default => 0
|
|
|
|
|
t.integer "absence_penalty", :default => 0
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "student_works_evaluation_distributions", :force => true do |t|
|
|
|
|
|