Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| image_id | INT | 10 | √ | null |
|
|
|||||
| requirements | JSON | 1073741824 | √ | null |
|
|
|||||
| publication_id | INT | 10 | √ | null |
|
|
|||||
| project_id | INT | 10 | √ | null |
|
|
|||||
| featured | BIT | 1 | 0 |
|
|
||||||
| visibility | BIT | 1 | 1 |
|
|
||||||
| user_id | INT | 10 | null |
|
|
||||||
| created_on | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_on | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| project_id | Performance | Asc | project_id |
| publication_id | Performance | Asc | publication_id |