Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
client_id | BIGINT | 19 | 0 |
|
|
|||||
address_id | BIGINT | 19 | 0 |
|
|
|||||
address_type_id | INT | 10 | 0 |
|
|
|||||
is_active | BIT | 1 | b'0' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
address_codefk | Performance | Asc | address_type_id |
addressIdFk | Performance | Asc | address_id |
clientaddressfk | Performance | Asc | client_id |