Skip to content

Support non-integer key types#209

Open
Jade-GG wants to merge 1 commit into
masterfrom
Jade-GG-patch-2
Open

Support non-integer key types#209
Jade-GG wants to merge 1 commit into
masterfrom
Jade-GG-patch-2

Conversation

@Jade-GG

@Jade-GG Jade-GG commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

ref: AN-432

We ran into an issue where Runway entries using UUIDs didn't get saved properly. Turns out it was trying to cast the UUID into an integer while saving because it's the primary key, because Laravel automatically casts primary keys to whatever the defined keyType is.

By adding string as the keyType here we allow any type of key to be used.

@Jade-GG Jade-GG requested review from BobWez98 and kevinmeijer97 July 6, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants