events

0 rows


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)
event_sponsors.event_id event_sponsors_event_id_fkey C
event_tags.event_id event_tags_event_id_fkey C
event_users.event_id event_users_event_id_fkey C
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
venues.id events_venue_id_fkey R
chapter_id int4 10 null
chapters.id events_chapter_id_fkey C
calendar_event_id text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
events_pkey Primary key Asc id

Relationships