Replies: 1 comment
-
Updates: looks like the issue can be reproduced only using SQLite... I've just tried to test it on mysql (version included with sail) and everything works flawlessy! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
Something strange is happening here...
I have a model with multiple schemaless attributes, querying the model using the scoped queries works only for one of the attributes:
✔️ Query builder using
customer
attribute❌ Query builder using
privacy
attributeI've triple checked the syntax in model and everything, but no guess on why I'm getting this error.
Here are my how my model looks like:
And my migration
Query scope works only for
customer
attribute and not for the others....I'm using SQLite and data comes from a DtoFactory
Beta Was this translation helpful? Give feedback.
All reactions