Use of UUID for publisher_id #24
Answered
by
oddvalue
AlwaysShreeKrishna
asked this question in
Q&A
-
Since our application uses UUID for users table and when drafts columns are created with drafts() it generates publisher_id as BigInt. Is there a way I can use UUID column type for publisher_id? |
Beta Was this translation helpful? Give feedback.
Answered by
oddvalue
Mar 15, 2023
Replies: 1 comment
-
You can manually create the columns in the migration rather than using the convenience method. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oddvalue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can manually create the columns in the migration rather than using the convenience method.
This has come up before so I might add being able to customise it to the road map.