Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('taggit_taggeditem_id_seq'::regclass) |
|
|
||||
object_id | int4 | 10 | null |
|
|
|||||
content_type_id | int4 | 10 | null |
|
|
|||||
tag_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
taggit_taggeditem_pkey | Primary key | Asc | id |
taggit_taggeditem_417f1b1c | Performance | Asc | content_type_id |
taggit_taggeditem_76f094bc | Performance | Asc | tag_id |
taggit_taggeditem_af31437c | Performance | Asc | object_id |
taggit_taggeditem_content_type_id_196cc965_idx | Performance | Asc/Asc | content_type_id + object_id |
taggit_taggeditem_content_type_id_object_i_4bb97a8e_uniq | Must be unique | Asc/Asc/Asc | content_type_id + object_id + tag_id |