table('day_study'); $table->addColumn('study_long', 'integer', ['limit'=> 10, 'comment'=> '学习时长', 'default'=> 0]) ->update(); } }