Commit 6f807494 authored by nanahira's avatar nanahira

size

parent db1dfe28
Pipeline #9852 passed with stages
in 1 minute and 47 seconds
......@@ -63,8 +63,8 @@ export class Tx3Fetcher {
" `rank` int(11) UNSIGNED NOT NULL,\n" +
" `name` varchar(7) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `category` varchar(5) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `serverArea` varchar(4) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `server` varchar(4) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `serverArea` varchar(8) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `server` varchar(8) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `level` tinyint(4) UNSIGNED NOT NULL,\n" +
" `region` varchar(7) COLLATE utf8_unicode_ci NOT NULL,\n" +
" `score` int(11) UNSIGNED NOT NULL,\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment