-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support String primary key #1000
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, sorry for the late review. I'm just getting back to this. Looked at it with some fresh eyes, and it looks great. I have an idea for ways you can set the primary key from the DB, but I think for now this is a great start. I don't see anything left to add, so I think I'm ready to merge if you are!
skip_default_columns | ||
|
||
table do | ||
primary_key id : String = Random::Secure.hex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@jwoertink sure! Let's start by merging this and we can iterate on it |
Amazing! |
Resumes the work started in #927
Closes #21
Pending from the previous review:
String