table('exam_paper'); $table->addColumn('show_real_name', 'integer', ['limit'=> 1, 'comment'=> '批卷时是否展示真实姓名 0否、1是', 'default'=> 0]) ->update(); } }