Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Default MySQL primary key |
|||
entity_id | INT UNSIGNED | 10 | null |
|
|
Table that this extends |
||||
benevole_annee_1 | VARCHAR | 255 | √ | null |
|
|
||||
lien_mp_2 | VARCHAR | 255 | √ | null |
|
|
||||
region_3 | INT | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
INDEX_benevole_annee_1 | Performance | Asc | benevole_annee_1 |
INDEX_lien_mp_2 | Performance | Asc | lien_mp_2 |
INDEX_region_3 | Performance | Asc | region_3 |
unique_entity_id | Must be unique | Asc | entity_id |