string('quantity')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('items'); } };