mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
add site page
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: ignores
|
||||
# Table name: glcc_medium_term_examine_material
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# student_reg_id :integer not null
|
||||
# task_id :integer not null
|
||||
# defence_video_url :string(1000) not null
|
||||
# code_or_pr_url :string(1000)
|
||||
# PPT_attachment_id :integer not null
|
||||
# term :integer
|
||||
# created_on :datetime
|
||||
# updated_on :datetime
|
||||
# is_delete :boolean default("0"), not null
|
||||
# round :integer default("1"), not null
|
||||
#
|
||||
# student_reg_id
|
||||
# task_id
|
||||
# defence_video_url
|
||||
# code_or_pr_url
|
||||
# PPT_attachment_id
|
||||
# term
|
||||
# created_on
|
||||
# updated_on
|
||||
# is_delete
|
||||
# round
|
||||
|
||||
class GlccMediumTermExamineMaterial < ActiveRecord::Base
|
||||
self.table_name = "glcc_medium_term_examine_material"
|
||||
|
||||
Reference in New Issue
Block a user