Add correct participant fk to availibility table
This commit is contained in:
parent
6ae2f6db17
commit
c4ebcbb9bd
@ -605,9 +605,10 @@ A json object for the deleted possible date with `id`, `meeting_id` and `possibl
|
||||
### **Availibility** | `availibility`
|
||||
|
||||
| field | data type | metadata |
|
||||
| :--------------- | :-------- | :--------------------------------- |
|
||||
| :--------------- | :-------- | :-------------------------------------------- |
|
||||
| id | int | primary key, auto-increment |
|
||||
| participant_id | int | foreign key, required |
|
||||
| account_id | int | foreign composite key (participant), required |
|
||||
| meeting_id | uuid | foreign composite key (participant), required |
|
||||
| possible_date_id | int | foreign key, required |
|
||||
| preference | boolean | `0` (ideal) or `1` (yes), required |
|
||||
| start_time | timestamp | required |
|
||||
|
Loading…
Reference in New Issue
Block a user