ALTER TABLE users
ADD COLUMN reason VARCHAR
> 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
# 翻译
ALTER TABLE users
ADD COLUMN reason VARCHAR
您的 SQL 语法有错误,查看与 MySQL 版本对应的手册,了解第 2 行附近使用的正确语法