Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
pocket_id | BIGINT | 19 | null |
|
|
|||||
account_id | BIGINT | 19 | null |
|
|
|||||
account_type | INT | 10 | null |
|
|
|||||
account_number | VARCHAR | 20 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
unique_pocket_mapping | Must be unique | Asc/Asc/Asc | pocket_id + account_id + account_type |