increments('id'); $table->string('title', 200)->nullable(); $table->string('unit', 50)->nullable(); $table->unsignedBigInteger('base_price')->nullable(); $table->tinyInteger('status')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('damages'); } };