-- 查看表结构 DESC martial_info_publish; -- 或者使用这个查看更详细的信息 SHOW CREATE TABLE martial_info_publish; -- 查看表中现有的列名 SHOW COLUMNS FROM martial_info_publish;