Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('topic_id_seq'::regclass) |
|
|
|||||
| customer_id | varchar | 8 | null |
|
|
||||||
| topic_name | varchar | 1024 | null |
|
|
||||||
| no_of_posts | int8 | 19 | √ | null |
|
|
|||||
| no_of_followers | int8 | 19 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| group_ids | _varchar | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| topic_pkey | Primary key | Asc | id |