新增:开源大赛战队同步保存至gitlink

This commit is contained in:
2024-05-22 11:05:40 +08:00
parent c6ae30f2cd
commit caa7acc654
5 changed files with 83 additions and 0 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