id(); $table->string('name'); $table->text('description')->nullable(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('scenarios'); } };