Error when trying to create a unique constraint
I have this in my schema
I'm trying to create a unique constraint on the business and image ids but get an error
I thought I may have missed something so I lifted the example from the docs but get the same error. Example:
What am I missing?
1 Reply
Solution
Turns out I accidently imported unique from mysql instead on sqlite