type = "INTEGER"; $this->unsigned = $unsigned; } public function isUnsigned(): bool { return $this->unsigned; } public function getType(): string { return $this->type; } }