increments('id'); $table->string('class', 100)->comment('分类'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('classes'); } }