mirror of
https://github.com/mangosfour/server.git
synced 2026-02-04 01:37:18 +00:00
2 lines
130 B
SQL
2 lines
130 B
SQL
alter table `character_ticket`
|
|
add column `response_text` text CHARSET utf8 COLLATE utf8_general_ci NULL after `ticket_text`;
|