Facetoface Session Info Field Table Schema (facetoface_session_info_field)


Description

Stores the definitions for event custom fields

facetoface_session_info_field table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
facetoface_session_info_data.fieldid facesessinfodata_fie3_fk R
shortname VARCHAR 100 null
datatype VARCHAR 255 null
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
showinsummary BIT 1 1

Whether or not to show this field in attendance exports and lists of sessions

Table contained -1 rows

facetoface_session_info_field table indexes

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

facetoface_session_info_field table relationships