bigIncrements('id'); $table->string('name', 255); $table->bigInteger('handling_days'); $table->string('color', 6)->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('status'); } }