How do I make a slug that is unique by an additional column #262
Unanswered
abishekrsrikaanth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I have a company table and a products table. The products table has a slug column and I want the slug to be unique based on the
company_id
column on the products table. How do I go about doing this?Beta Was this translation helpful? Give feedback.
All reactions