From 6710e800909dc6f066c39db6e2be9ba5d9ecaebe Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 20 Oct 2022 06:41:10 +0800 Subject: [PATCH] fix: b433a907e538222440a05d65a94908d686809473 --- db/app_uoj233.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/app_uoj233.sql b/db/app_uoj233.sql index 7983cdf..1b30ada 100644 --- a/db/app_uoj233.sql +++ b/db/app_uoj233.sql @@ -817,6 +817,7 @@ CREATE TABLE `user_info` ( `last_visited` timestamp NOT NULL DEFAULT 0, `images_size_limit` int(11) UNSIGNED NOT NULL DEFAULT 104857600, /* 100 MiB */ `codeforces_handle` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `github` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`username`), KEY `ac_num` (`ac_num`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;