mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
5 lines
148 B
SQL
Executable File
5 lines
148 B
SQL
Executable File
ALTER IGNORE TABLE countries MODIFY COLUMN country VARCHAR(180)
|
|
CHARSET utf8mb4
|
|
COLLATE utf8mb4_unicode_ci NOT NULL
|
|
COMMENT 'Name of the country.';
|