yuyu666

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

DDL如下:

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

分类:

技术点:

相关文章:

  • 2021-12-31
  • 2021-12-31
  • 2021-08-15
  • 2021-11-11
  • 2021-11-28
猜你喜欢
  • 2021-11-18
  • 2021-11-21
  • 2021-11-21
  • 2021-11-28
  • 2021-11-28
相关资源
相似解决方案