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