Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('wagtailcore_collection_id_seq'::regclass) |
|
|
||||||||
path | varchar | 255 | null |
|
|
|||||||||
depth | int4 | 10 | null |
|
|
|||||||||
numchild | int4 | 10 | null |
|
|
|||||||||
name | varchar | 255 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
wagtailcore_collection_pkey | Primary key | Asc | id |
wagtailcore_collection_path_d848dc19_like | Performance | Asc | path |
wagtailcore_collection_path_key | Must be unique | Asc | path |
Check Constraints
Constraint Name | Constraint |
---|---|
wagtailcore_collection_depth_check | ((depth >= 0)) |
wagtailcore_collection_numchild_check | ((numchild >= 0)) |