MYSQL给表添加字段

为数据库中的表t_exam_answer_record添加一个字段scene,并设置默认值''

DDL如下:

alert table t_exam_answer_record add column scene varchar(64) not null default '';

posted @ 2020-04-24 18:35  尐鱼儿  阅读(8716)  评论(2编辑  收藏  举报