A
A
Alexander2018-12-11 10:41:53
MySQL
Alexander, 2018-12-11 10:41:53

How is the control scheme implemented?

The table will contain: team, team characteristics:
members who are in the team,
members who were in the team,
names,
number of hours worked for yesterday, the day before yesterday and so on until day 30,
how much they worked in a month,
statistics on the implementation of the norm
I have a few ideas :
1) Make a column, put json with this data about the clan in it
2) Make a table "Team", "Participants" and link it as 1 to many, but here the downside is that the database will contain data about many teams and participants will be typed there with at least half a thousand participants.
How are such tables implemented in general?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aru001, 2018-12-11
@AleksandrB

Three tables are better: teams, participants, hours worked. In the table with hours, store the hours worked by the participant on the date

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question