schema; } /** * Get the field key. * * @return string */ public function getKey(): string { return $this->key; } /** * Get the field column. * * @return string|null */ public function getColumn(): ?string { return $this->column ?? $this->key; } }