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