LABORATORY_TREE 
Logical Entity Name  LABORATORY_TREE 
Default Table Name  LABORATORY_TREE 
Physical Only  NO 
Do Not Generate  False 
Owner  BARD_CAP_PROD 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE BARD_CAP_PROD.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)
     USING INDEX
         PCTFREE 10
         INITRANS 2
         MAXTRANS 255
         TABLESPACE BARD_CAP_PROD
         LOGGING
         STORAGE(INITIAL 64K
                 NEXT 1024K
                 MINEXTENTS 1
                 MAXEXTENTS UNLIMITED
                 PCTINCREASE 0
                 BUFFER_POOL DEFAULT
                 ),
     CONSTRAINT FK_LABORATORY_PARENT_NODE_ID FOREIGN KEY (PARENT_NODE_ID)
     REFERENCES BARD_CAP_PROD.LABORATORY_TREE(NODE_ID)
)
PCTFREE 10
INITRANS 1
MAXTRANS 255
TABLESPACE BARD_CAP_PROD
LOGGING
STORAGE(INITIAL 64K
         NEXT 1024K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         BUFFER_POOL DEFAULT
         )
;
 
PostSQL   

LABORATORY_TREE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
NODE_ID(PK)    NUMBER(19, 0)  NO 
 
PARENT_NODE_ID(FK)    NUMBER(19, 0)  YES 
 
LABORATORY_ID    NUMBER(19, 0)  NO 
 
LABORATORY_STATUS    VARCHAR2(20)  NO 
 
LABORATORY    VARCHAR2(128)  NO 
 
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  BARD_CAP_PROD 
PctFree  10 
PCTUSED  
MinExtents 
MaxExtents  2147483645 
Initial  64 
Next  1024 
PctIncrease 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging  Logged 
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS  FreeLists 
FREELIST GROUPS  FreeList Groups 
Buffer Pool  DEFAULT 
Table Compression  NO 
Row Movement  Disabled 

LABORATORY_TREE Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
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
Does Not Exist 
NO       
BARD - MySQL (MySQL)
Does Not Exist 
NO       
BARD_Dev (Oracle)
Does Not Exist 
NO       
Current Production (Oracle)
BARD_CAP_PROD.LABORATORY_TREE 
NO       

LABORATORY_TREE Where Used - Submodel Usage 
Model  Submodel Usage 
Current Production (Oracle)  Main Model 
Current Production (Oracle)  Dictionary