Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
configkey | VARCHAR | 50 | √ | NULL |
|
|
||||
value | LONGTEXT | 2147483647 | √ | NULL |
|
|
||||
organisation_creditbureau_id | BIGINT | 19 | √ | NULL |
|
|
||||
description | VARCHAR | 50 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
cbConfigfk1 | Performance | Asc | organisation_creditbureau_id |
mcbconfig | Must be unique | Asc/Asc | configkey + organisation_creditbureau_id |