Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
account_id | BIGINT | 19 | null |
|
|
|||||
type | VARCHAR | 32 | null |
|
|
|||||
a_value | VARCHAR | 128 | null |
|
|
|||||
sub_value_or_type | VARCHAR | 128 | √ | NULL |
|
|
||||
created_by | VARCHAR | 32 | null |
|
|
|||||
created_on | TIMESTAMP | 19 | current_timestamp() |
|
|
|||||
modified_by | VARCHAR | 32 | √ | NULL |
|
|
||||
modified_on | TIMESTAMP | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fk_interop_identifier_account | Performance | Asc | account_id |
uk_interop_identifier_account | Must be unique | Asc/Asc | account_id + type |
uk_interop_identifier_value | Must be unique | Asc/Asc/Asc | type + a_value + sub_value_or_type |