table('day_study_setting'); $table->addColumn('timelimit', 'integer', ['limit'=> 1, 'comment'=> '是否开启时间段限制 1是', 'default'=> 0]) ->update(); } }