Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
created_at | timestamp | 26,3 | CURRENT_TIMESTAMP |
|
|
|||||||
updated_at | timestamp | 26,3 | null |
|
|
|||||||
user_id | int4 | 10 | null |
|
|
|||||||
event_id | int4 | 10 | null |
|
|
|||||||
date | timestamp | 26,3 | null |
|
|
|||||||
on_waitlist | bool | 1 | null |
|
|
|||||||
confirmed_at | timestamp | 26,3 | √ | null |
|
|
||||||
canceled | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
rsvps_pkey | Primary key | Asc/Asc | user_id + event_id |