diff --git a/src/Database/Concerns/GeneratesIds.php b/src/Database/Concerns/GeneratesIds.php index dab29f3e..d2796ba4 100644 --- a/src/Database/Concerns/GeneratesIds.php +++ b/src/Database/Concerns/GeneratesIds.php @@ -26,7 +26,7 @@ trait GeneratesIds { return ! $this->getIncrementing(); } - + public function getKeyType() { return $this->shouldGenerateId() ? 'string' : $this->keyType;