id(); $table->string('quote'); $table->softDeletes(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('quotes'); } };