increments('id'); $table->string('name'); $table->string('path'); $table->integer('status'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('plugins'); } };