HtmlFormContent


Description

HTML form content and template management storing HTML content, templates, and rich text content for forms and user interfaces. This system manages dynamic HTML content generation and template-based form rendering.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
Content ntext 1073741823 null

Content data - Raw content data for the HTML form

ContentName Unknown 0 null

Content name - Descriptive name for the HTML content

ContentType Unknown 0 null

Content type - Classification of content (Template, Header, Footer, Section)

CreatedBy Unknown 0 null

Creator user ID - Reference to user who created this content

DateCreated Unknown 0 null

Creation timestamp - When this content was first created

DateUpdated Unknown 0 null

Last modification timestamp - When this content was most recently updated

FormsubmissionId int 4 null

Form submission reference - Reference to form submission associated with this content

HtmlContent Unknown 0 null

HTML content - Rich HTML content and markup

ID int identity 4 null

Primary key - Unique identifier for each HTML content record, auto-incrementing integer

IsActive Unknown 0 null

Active status - Boolean indicating if content is currently active

UpdatedBy Unknown 0 null

Last modifier - User ID who made the most recent update

Indexes

Constraint Name Type Sort Column(s)
PK__HtmlForm__3214EC276ABAD62E Primary key Asc ID

Relationships