Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('rsvps_id_seq'::regclass) |
|
|
||||
date | timestamp | 29,6 | null |
|
|
|||||
on_waitlist | bool | 1 | null |
|
|
|||||
event_id | int4 | 10 | √ | null |
|
|
||||
user_id | int4 | 10 | √ | null |
|
|
||||
created_at | timestamp | 29,6 | now() |
|
|
|||||
updated_at | timestamp | 29,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_5d5dda5a5f9fc2f6ba17eefbf86 | Primary key | Asc | id |