Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | TINYINT UNSIGNED | 3 | null |
|
|
This table is managed by Flyway. Do not manually edit records. |
|||||||||||
gamemod | VARCHAR | 50 | √ | null |
|
|
|||||||||||
description | MEDIUMTEXT | 16777215 | null |
|
|
||||||||||||
name | VARCHAR | 255 | null |
|
|
||||||||||||
publish | BIT | 1 | 0 |
|
|
||||||||||||
order | SMALLINT UNSIGNED | 5 | 0 |
|
|
Order in the featured mods list |
|||||||||||
git_url | VARCHAR | 255 | √ | null |
|
|
The git repository URL to load this mod from |
||||||||||
git_branch | VARCHAR | 255 | √ | null |
|
|
The repository branch that contains the latest version |
||||||||||
file_extension | VARCHAR | 3 | √ | null |
|
|
|||||||||||
allow_override | BIT | 1 | √ | null |
|
|
Whether overriding an existing version is allowed (1) or not (0). |
||||||||||
deployment_webhook | MEDIUMTEXT | 16777215 | √ | null |
|
|
A webhook to be called after successfull deployment |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
mod_name_idx | Must be unique | Asc | gamemod |