civicrm_participant_status_type_fr_CA

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 0

unique participant status type id

name VARCHAR 64 null

non-localized name of the status type

class VARCHAR 8 null

the general group of status type this one belongs to

is_reserved TINYINT 3 null

whether this is a status type required by the system

is_active TINYINT 3 1

whether this status type is active

is_counted TINYINT 3 null

whether this status type is counted against event size limit

weight INT UNSIGNED 10 null

controls sort order

visibility_id INT UNSIGNED 10 null

whether the status type is visible to the public, an implicit foreign key to option_value.value related to the visibility option_group

label VARCHAR 255 null

View Definition


Possibly Referenced Tables/Views