venues

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('venues_id_seq'::regclass)
events.venue_id events_venue_id_fkey R
venue_tags.venue_id venue_tags_venue_id_fkey C
name text 2147483647 null
street_address text 2147483647 null
city text 2147483647 null
postal_code text 2147483647 null
region text 2147483647 null
country text 2147483647 null
latitude float8 17,17 null
longitude float8 17,17 null
chapter_id int4 10 null
chapters.id venues_chapter_id_fkey C

Indexes

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

Relationships