Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
DdcDocSection_OID | BIGINT | NOT NULL | Section Object ID of the document(Primary Key) |
DdcDocTemplateContent_OID | BIGINT | NOT NULL | FK(Foreign Key) to DdcDocSectionDef table |
DdcDocVersion_OID | BIGINT | NOT NULL | Document Version Object Id reference to DdcDocumentVersion |
CreateDTime | DATETIME | NOT NULL | Created Date Time(wall clock) |
LastCngDTime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
IsNarrativeError | BIT | NOT NULL | True(1) if the saved section has an error |
IsChanged | BIT | NOT NULL | True(1) if the section is changed |
IsSigned | BIT | NOT NULL | True(1) if the section is signed |
IsEverChanged | BIT | NOT NULL | True(1) if the section is ever changed |
IsHidden | BIT | NULL | If the section is hidden by default or is visible. Allowable Values: 0 - Visible, 1 - Hidden. |
Narrative | NVARCHAR(MAX) | NULL | Generated natural language text |
IsHTML5 | BIT | NULL | If html snippet in Narrative column as HTML5 compliant. Values: True(1), False(0), or NULL if html snippet is Non compliant. |
IsPublicNarrativePrevValued | BIT | NULL | True(1) if the previous version of this section were saved with non-blank Narrative in a public status |
IsPublicNarrativeEverValued | BIT | NULL | True(1) if the section were ever saved with non-blank Narrative in a public status |