Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('event_rsvps_id_seq'::regclass) |
|
|
|||||
| event_id | int4 | 10 | null |
|
|
||||||
| member_id | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
| attended | bool | 1 | √ | null |
|
|
|||||
| data | json | 2147483647 | √ | '"{}"'::json |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| event_rsvps_pkey | Primary key | Asc | id |
| index_event_rsvps_on_event_id | Performance | Asc | event_id |
| index_event_rsvps_on_member_id | Performance | Asc | member_id |

