mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +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`;
|