Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
||||
title | text | 2147483647 | √ | null |
|
|
||||
slug | text | 2147483647 | √ | null |
|
|
||||
created_at | timestamptz | 35,6 | √ | null |
|
|
||||
updated_at | timestamptz | 35,6 | √ | null |
|
|
||||
id_community | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
screen_pk | Primary key | Asc | id |
screen_unique | Must be unique | Asc/Asc | slug + id_community |