table('material_case'); $table->addColumn('real_case', 'text', ['comment'=> '实景案例', 'null'=> true]) ->addColumn('video_case', 'string', ['limit'=> 255, 'comment'=> '视频场景', 'default'=> '']) ->update(); } }