Laboratory_tree 
Logical Entity Name  Laboratory_tree 
Default Table Name  Laboratory_tree 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE Laboratory_tree(
     NODE_ID               NUMBER(19, 0)      NOT NULL,
     PARENT_NODE_ID        NUMBER(19, 0),
     LABORATORY_ID         NUMBER(19, 0)      NOT NULL,
     LABORATORY_STATUS     VARCHAR2(20)       NOT NULL,
     LABORATORY            VARCHAR2(128)      NOT NULL,
     DESCRIPTION           VARCHAR2(1000),
     CONSTRAINT PK_LABORATORY PRIMARY KEY (NODE_ID),
     CONSTRAINT FK_LABORATORY_PARENT_NODE_ID FOREIGN KEY (PARENT_NODE_ID)
     REFERENCES Laboratory_tree(NODE_ID)
)
;
 
PostSQL   

Laboratory_tree Columns 
ColumnName  Domain  Datatype  NULL  Definition 
NODE_ID(PK)  Identifier  NUMBER(19, 0)  NO 
 
PARENT_NODE_ID(FK)  Identifier  NUMBER(19, 0)  YES 
 
LABORATORY_ID  Identifier  NUMBER(19, 0)  NO 
 
LABORATORY_STATUS    VARCHAR2(20)  NO 
 
LABORATORY    VARCHAR2(128)  NO 
 
DESCRIPTION  Description  VARCHAR2(1000)  YES 
 

Laboratory_tree Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_LABORATORY  PrimaryKey  NODE_ID 

Laboratory_tree Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Laboratory_tree  Non-Identifying  Zero or One to Zero or More  FK_LABORATORY_PARENT_NODE_ID      PARENT_NODE_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
Laboratory_tree  Non-Identifying  One To Zero or More  FK_LABORATORY_PARENT_NODE_ID        NO  NO  NO 

Laboratory_tree Check Constraints 
Check Constraint Name  CheckConstraint 

Laboratory_tree Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE   
PctFree   
PCTUSED    
MinExtents   
MaxExtents   
Initial   
Next   
PctIncrease   
InitTrans   
MaxTrans   
Organization  Heap 
Cache  NO 
Logging  Logged 
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

Laboratory_tree Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count  20 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 

Laboratory_tree Security Types 
Name  Current Value 

Laboratory_tree Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
Laboratory_tree 
NO       
BARD - MySQL (MySQL)
Does Not Exist 
NO       
BARD_Dev (Oracle)
Laboratory_tree 
NO       
Current Production (Oracle)
Does Not Exist 
NO       

Laboratory_tree Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Dictionary 
BARD_Dev (Oracle)  Main Model 
BARD_Dev (Oracle)  Dictionary