combined

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Holds parent/child relations between documents. Used for combined documents (e.g. a container document composed of multiple individual documents).

1. Columns

Name Type Length Description

docid_par

int

ID of the parent document.

docid_cld

int

ID of the child document.

doctype_cld

int

Object-type ID of the child document.

objpos

int

Position of the child within the parent (order).

type

int

Relation type (internal bitmask).

flags

int

Flags (internal bitmask).

rights

int

Permission marker of the relation.