Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUIDs functionality #175

Closed
wants to merge 4 commits into from
Closed

UUIDs functionality #175

wants to merge 4 commits into from

Conversation

rommeA
Copy link

@rommeA rommeA commented Apr 12, 2022

If you need to use UUIDs in your project, you can specify in config use_uuids=true and all tables, generated by this package, will use id (uuid) as primary keys.

Anna Romme and others added 2 commits April 12, 2022 13:56
@rommeA rommeA mentioned this pull request Apr 12, 2022
Anna Romme and others added 2 commits April 12, 2022 14:11
@jdavidbakr
Copy link
Owner

I'm not opposed to having UUIDs as an alternate unique column but not a fan of making the ID a UUID. If implemented, I'd also like to set the UUID via an observer using Str::uuid() instead of relying on uuid_generate_v4() which may not have enough support among the available databases.

@jdavidbakr jdavidbakr closed this Apr 12, 2022
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.

None yet

2 participants