Pos Type Info Field Table Schema (pos_type_info_field)


Description

Stores the custom fields for each position type

pos_type_info_field table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
pos_type_info_data.fieldid postypeinfodata_fie2_fk R
shortname VARCHAR 100
typeid BIGINT 19 null
pos_type.id postypeinfofiel_typ2_fk R
datatype VARCHAR 255
description LONGTEXT 2147483647 null
sortorder BIGINT 19 null
hidden TINYINT 3 null
locked TINYINT 3 null
required TINYINT 3 null
forceunique TINYINT 3 null
defaultdata LONGTEXT 2147483647 null
param1 LONGTEXT 2147483647 null
param2 LONGTEXT 2147483647 null
param3 LONGTEXT 2147483647 null
param4 LONGTEXT 2147483647 null
param5 LONGTEXT 2147483647 null
fullname VARCHAR 1024 null

Table contained -1 rows

pos_type_info_field table indexes

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

pos_type_info_field table relationships