bigIncrements('id'); $table->string('unit_fa', 100)->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('units'); } };