bigIncrements('id'); // $table->string('name'); // $table->string('email')->nullable(); // $table->string('phone_number')->nullable(); // $table->string('address')->nullable(); // $table->string('website')->nullable(); // $table->timestamps(); // }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('suppliers'); } }