chapters

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('chapters_id_seq'::regclass)
chapter_tags.chapter_id chapter_tags_chapter_id_fkey C
chapter_users.chapter_id chapter_users_chapter_id_fkey C
events.chapter_id events_chapter_id_fkey C
user_bans.chapter_id user_bans_chapter_id_fkey C
venues.chapter_id venues_chapter_id_fkey C
name text 2147483647 null
description text 2147483647 null
category text 2147483647 null
city text 2147483647 null
region text 2147483647 null
country text 2147483647 null
text 2147483647 null
calendar_id text 2147483647 null
chat_url text 2147483647 null
creator_id int4 10 null
logo_url text 2147483647 null

Indexes

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

Relationships