increments('id'); $table->string('type'); $table->boolean('active'); $table->text('properties'); $table->timestamps(); $table->index('active'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('services'); } }