id(); $table->string('title')->nullable(); $table->string('content')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('preparations'); } };