You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use special prefix: RAW=
for example, if your column "warehouse_ids" in PostgreSQL has type integer[] (array integer), then in fixture file it is possible to make so:
Yeah, unfortunately we don't support every column type that exists. Arrays and maps are assumed to be JSON columns. Anything different needs the RAW= prefix currently.
If anyone has an idea for a better syntax, let me know.
I created the following yml file and ran it, but I am getting an error
users.yml
error
How can I solve this?
The text was updated successfully, but these errors were encountered: