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