We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm just recording this in case it helps someone else or, after reviewing, the team tell me a better way! 😄
We use GUIDs as primary key for all tables so my Auditor record primary key starts with:
035d675a-0aa8-...
When audit records are created, the auditor_id is set as:
I rolled back the migration and changed the script to
t.references :auditor, null: false, type: :uuid
After re-migrating, the system successfully records my Auditor account with no, so far, further errors!
The text was updated successfully, but these errors were encountered:
Bump. Thank you. That one had me stumped for awhile. Might be worth an add to the README.
Sorry, something went wrong.
No branches or pull requests
I'm just recording this in case it helps someone else or, after reviewing, the team tell me a better way! 😄
We use GUIDs as primary key for all tables so my Auditor record primary key starts with:
When audit records are created, the auditor_id is set as:
I rolled back the migration and changed the script to
After re-migrating, the system successfully records my Auditor account with no, so far, further errors!
The text was updated successfully, but these errors were encountered: