name = $name; } public function nullable(): static { $this->nullable = true; return $this; } public function alter(): static { $this->alter = true; return $this; } }