Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| box_id | uuid | 2147483647 | null |
|
|
Обмен (FK на boxes) |
|||||||||||||||||||||||||||||
| user_id | uuid | 2147483647 | null |
|
|
Пользователь (FK на users) |
|||||||||||||||||||||||||||||
| joined_at | timestamptz | 35,6 | null |
|
|
Дата вступления в обмен |
|||||||||||||||||||||||||||||
| is_active | bool | 1 | null |
|
|
Флаг активности участника |
|||||||||||||||||||||||||||||
| id | uuid | 2147483647 | null |
|
|
Уникальный идентификатор участника (UUID) |
|||||||||||||||||||||||||||||
| created_at | timestamptz | 35,6 | now() |
|
|
Дата создания записи |
|||||||||||||||||||||||||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
Дата последнего обновления |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| box_participants_pkey | Primary key | Asc | id |
| ix_box_participants_box_id | Performance | Asc | box_id |
| ix_box_participants_is_active | Performance | Asc | is_active |
| ix_box_participants_user_id | Performance | Asc | user_id |
| uq_box_participants_box_user | Must be unique | Asc/Asc | box_id + user_id |

