Merge branch 'standalone_develop' into pm_project_develop

This commit is contained in:
2024-05-28 15:56:33 +08:00
11 changed files with 155 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
# == Schema Information
#
# Table name: gitlink_competition_applies
#
# id :integer not null, primary key
# competition_id :integer
# competition_identifier :string(255)
# team_id :integer
# team_name :string(255)
# school_name :string(255)
# login :string(255)
# nickname :string(255)
# phone :string(255)
# identity :string(255)
# role :string(255)
# created_at :datetime not null
# updated_at :datetime not null
#
class GitlinkCompetitionApply < ApplicationRecord
end