Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int | 4 | null |
|
|
Primary key - Unique identifier for each form template (required field) |
||
| FileName | nvarchar | 100 | √ | null |
|
|
Template file name - Physical file name or identifier for the template file |
|
| Name | nvarchar | 100 | √ | null |
|
|
Template name - Human-readable name of the form template for administration |
|
| Action | nvarchar | 2000 | √ | null |
|
|
Default action - Default URL or action endpoint for forms created from this template |
|
| Method | nvarchar | 100 | √ | null |
|
|
Default HTTP method - Default HTTP method for form submission (GET, POST, etc.) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__cf_FormT__3214EC07044D512D | Primary key | Asc | Id |