id(); $table->string('name'); $table->ipAddress('external_ip'); // 對外 IP $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('branches'); } };