Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each HTML form content record |
|
| FormSubmissionId | int | 4 | √ | null |
|
|
Form submission reference - Links to the specific form submission associated with this HTML content |
|
| Content | ntext | 1073741823 | √ | null |
|
|
HTML content - Complete HTML content including form data, formatting, and dynamic content for form rendering and display |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__HtmlForm__3214EC27159A7905 | Primary key | Asc | ID |
