diff --git a/database/2018_05_17_000055_forum_structure.php b/database/2018_05_17_000055_forum_structure.php index ce6bf727..599ae790 100644 --- a/database/2018_05_17_000055_forum_structure.php +++ b/database/2018_05_17_000055_forum_structure.php @@ -14,6 +14,7 @@ function migrate_up(PDO $conn): void `forum_type` TINYINT(4) NOT NULL DEFAULT '0', `forum_description` TEXT NULL, `forum_link` VARCHAR(255) NULL DEFAULT NULL, + `forum_link_clicks` INT(10) UNSIGNED NULL DEFAULT NULL, `forum_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `forum_archived` TINYINT(1) NOT NULL DEFAULT '0', `forum_hidden` TINYINT(1) NOT NULL DEFAULT '0',