id(); $table->string('plan_main_title'); $table->text('plan_description'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('settings'); } };