|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| DdcPath_OID | BIGINT | NOT NULL | Primary Key |
| PubSessionId | BIGINT | NOT NULL | Foreign Key(FK) into DdcPubSession |
| DisplayName | VARCHAR(255) | NOT NULL | Name of the display |
| ConceptIdPath | VARCHAR(550) | NOT NULL | ConceptId path of the concept in a document. |
| LeafConceptId | VARCHAR(32) | NOT NULL | Leaf conceptID.(End of the path to the question or the answer.) |
| CreateDTime | DATETIME | NOT NULL | Created Date Time(wall clock) |
| LastCngDTime | DATETIME | NOT NULL | Last time row was changed(UTC) |