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('tags_id_seq'::regclass) |
|
|
|||||||||||
name | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tags_pkey | Primary key | Asc | id |
tags_name_key | Must be unique | Asc | name |