Database – Form Section Info (form_section_entity)

Description

This provides categorization of various custom forms that can be used on entities.

Column

Data Type

Column Info

Value Notes

Other

id

int(11)

The id of the entity

title

varchar(255)

The name/title of the entity instance

created

timestamp

Timestamp of when the entity was created

lastUpdated

timestamp

Timestamp of when the entity was last updated

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


How did we do?


Powered by HelpDocs (opens in a new tab)