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) |
|
|
|||||||||||||||||
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 |