mirror of
https://github.com/openvk/openvk
synced 2025-01-09 09:19:43 +03:00
3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
ALTER TABLE `tickets`
|
||
|
ADD `support_sender` BIGINT UNSIGNED NULL DEFAULT NULL AFTER `created`;
|