Database – Custom Form Section Entity (custom_form_section_entity)
Description
This holds section information for custom forms, allowing custom forms to be categorized by section. For information on using custom forms in the API, see API - Custom Forms.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(100) | The name/title of the entity instance | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
entity_type | char(100) | Type of the associated entity | ||
read_only | tinyint(1) | This means you can only read it, you cannot make changes. |