Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
primaryAccountId | INT UNSIGNED | 10 | null |
|
|
|||
blockedLinkAccountId | INT UNSIGNED | 10 | √ | NULL |
|
|
A specific account primaryAccountId will not be linked to. |
|
blockLinking | TINYINT UNSIGNED | 3 | √ | NULL |
|
|
Indicates primaryAccountId will not be linked to any other accounts. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
user_link_blocks_s_pk | Primary key | Asc | id |
PRIMARY | Must be unique | Asc | id |