mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-10 19:37:38 +00:00
4 lines
86 B
MySQL
4 lines
86 B
MySQL
|
|
ALTER TABLE coupons
|
||
|
|
DROP COLUMN IF EXISTS title,
|
||
|
|
DROP COLUMN IF EXISTS role_keys;
|