Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
created_at | timestamp | 26,3 | CURRENT_TIMESTAMP |
|
|
||||||||||||
updated_at | timestamp | 26,3 | null |
|
|
||||||||||||
id | serial | 10 | √ | nextval('events_id_seq'::regclass) |
|
|
|||||||||||
name | text | 2147483647 | null |
|
|
||||||||||||
description | text | 2147483647 | null |
|
|
||||||||||||
url | text | 2147483647 | √ | null |
|
|
|||||||||||
streaming_url | text | 2147483647 | √ | null |
|
|
|||||||||||
venue_type | events_venue_type_enum | 2147483647 | 'Physical'::events_venue_type_enum |
|
|
||||||||||||
start_at | timestamp | 26,3 | null |
|
|
||||||||||||
ends_at | timestamp | 26,3 | null |
|
|
||||||||||||
canceled | bool | 1 | false |
|
|
||||||||||||
capacity | int4 | 10 | null |
|
|
||||||||||||
invite_only | bool | 1 | false |
|
|
||||||||||||
image_url | text | 2147483647 | null |
|
|
||||||||||||
venue_id | int4 | 10 | √ | null |
|
|
|||||||||||
chapter_id | int4 | 10 | null |
|
|
||||||||||||
calendar_event_id | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
events_pkey | Primary key | Asc | id |