Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
OnlineEditorPublishedFormsSeq | int identity | 4 | √ | null |
|
|
||||
PublishURL | varchar | 500 | null |
|
|
|||||
Version | int | 4 | ((1)) |
|
|
|||||
PageHTML | varchar | 2147483647 | null |
|
|
|||||
PublishFrom | datetime | 16,3 | √ | null |
|
|
||||
PublishTo | datetime | 16,3 | √ | null |
|
|
||||
CreatedOn | datetime | 16,3 | (getdate()) |
|
|
|||||
CreatedBy | varchar | 50 | null |
|
|
|||||
ModifiedOn | datetime | 16,3 | (getdate()) |
|
|
|||||
ModifiedBy | varchar | 50 | null |
|
|
|||||
FinanceProperties | xml | 1073741823 | √ | null |
|
|
||||
DocumentProperties | xml | 1073741823 | √ | null |
|
|
||||
BrandingProperties | xml | 1073741823 | √ | null |
|
|
||||
OnlineEditorPageSeq | int | 4 | √ | ((0)) |
|
|
||||
FormProperties | xml | 1073741823 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_OnlineEditorPublishedForms | Primary key | Asc | OnlineEditorPublishedFormsSeq |
AK_OnlineEditorPublishedForms_PublishURL | Must be unique | Asc | PublishURL |