id(); $table->string('name'); $table->string('content'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('page_texts'); } };