diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 99f73e7ce..e5bf32183 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -4854,7 +4854,7 @@ UPDATE data_buckets SET bot_id = SUBSTRING_INDEX(SUBSTRING_INDEX( `key`, '-', 2 .sql = R"( CREATE TABLE `character_stats_record` ( - `character_id` int NULL, + `character_id` int NOT NULL, `name` varchar(100) NULL, `status` int NULL DEFAULT 0, `level` int NULL DEFAULT 0,