id(); $table->string('question'); $table->string('answer'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists(Faq::tableName()); } };