bigIncrements('id'); $table->datetimes(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('skus'); } };