Illuminate\Database\Eloquent\Model::getKeyType PHP Method

getKeyType() public method

Get the auto incrementing key type.
public getKeyType ( ) : string
return string
    public function getKeyType()
    {
        return $this->keyType;
    }
Model