Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('moped_tags_id_seq'::regclass) |
|
|
||||
| name | text | 2147483647 | null |
|
|
|||||
| type | text | 2147483647 | null |
|
|
|||||
| slug | text | 2147483647 | null |
|
|
|||||
| is_deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_tags_pkey | Primary key | Asc | id |
| moped_tags_name_key | Must be unique | Asc | name |
| moped_tags_slug_key | Must be unique | Asc | slug |