increments('id'); $table->string('unit_function'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('unit_functions'); } }