game_featuredMods

17 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id TINYINT UNSIGNED 3 null
featured_mods_owners.moduid featured_mods_owners_ibfk_1 C
game_stats.gameMod game_stats_game_featuredMods_id_fk R
matchmaker_queue.featured_mod_id matchmaker_queue_ibfk_1 R

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

Relationships