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