Pos Relations Table Schema (pos_relations)


Description

Tracks relationships between positions

pos_relations table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
description LONGTEXT 2147483647 null
id1 BIGINT 19 null
id2 BIGINT 19 null

Table contained -1 rows

pos_relations table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id