Non-scalar datatypes in NoSQL databases #789
Unanswered
felipefrancesco-yapoli
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
-
Hi, I've been trying to use Laravel Auditing with a DynamoDB database. Functionally it works fine and is able to record every CRUD events on models. However I do have some fields which are non-scalar types which in the model are mapped as arrays. So, I realized that non-scalar types are skipped when recording old and new values.
Is there anyone using this kind of NoSQL database and/or is there any new feature planned to be able to record those non-scalar types?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions