Database Table: CNTRNAME

This table contains name information for a Contract. The Contract name is used to force serialization on contract management.

Column Name Column Type Column Description
MEMBER_ID BIGINT
NOT NULL
Owner of the Contract.
NAME VARCHAR (200)
NOT NULL
Contract name.
ORIGIN INTEGER
NOT NULL
Contract origin.
Indexes:
Index Name Indexed Column Names Index Type
I0000076 NAME, MEMBER_ID, ORIGIN Unique Index
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_247 MEMBER_ID MEMBER MEMBER_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable