Skip to content

Database structure

Arno Mayrhofer edited this page Jun 9, 2024 · 1 revision

General

  • foo_idx refers to an index idx in table foo
  • NN is Not Null
  • AI is Auto Increment

Tables

competition

Name Type Other
idx
name
save_date
version
lane_style
comp_type
comp_file
start_date
end_date
sponsor_img
selected_country
special_ranking_name

competition_athlete

Name Type Other
idx
competition_idx
athlete_idx

athlete

Name Type Other
idx
first name
last name
aida_id

start

Name Type Other
idx
competition_athlete_idx
discipline
lane
penalty
OT
PB
AP
RP
Card
Remarks
Clone this wiki locally