increments('id'); $table->string('name',100)->Comment('分类名称'); $table->softDeletes(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('album_info_cat'); } }