Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
name | VARCHAR | 100 | null |
|
|
|||||||||
product | VARCHAR | 100 | null |
|
|
|||||||||
country | VARCHAR | 100 | null |
|
|
|||||||||
implementation_key | VARCHAR | 100 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
unique impl | Must be unique | Asc/Asc/Asc/Asc | name + product + country + implementation_key |