1.如何新增表结构一列

ALTER TABLE `bd_test`
ADD COLUMN `test` varchar(255) NULL DEFAULT '' COMMENT '操作消息';

2、查看本地数据库表的索引

show  index  from   table_name;