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. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
I0000076 | NAME, MEMBER_ID, ORIGIN | Unique Index |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_247 | MEMBER_ID | MEMBER | MEMBER_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|