increments('id')->unsigned(); $table->string('name'); $table->text('description'); $table->string('docker_image'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('services'); } }