Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tag_id_seq'::regclass) |
|
|
||||||||
| content | varchar | 255 | null |
|
|
|||||||||
| created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||||||
| updated_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||||||
| remark | text | 2147483647 | √ | null |
|
|
||||||||
| deleted | bool | 1 | √ | false |
|
|
||||||||
| cover | int8 | 19 | √ | null |
|
|
||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||
| editors | _text | 2147483647 | √ | null |
|
|
||||||||
| creator | int8 | 19 | √ | '81'::bigint |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tag_pkey | Primary key | Asc | id |
| tag_content_unique | Must be unique | Asc | content |