mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +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.';
|