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
I have a project with users, one user can have up to 3 photos with original size, medium size and small size. I use Postgres and jsonb field, and it works perfectly with 'mount_uploaders'.
How can I add a blurhash without creating additional fields or tables?
In my current structure, I have something like this:
Is it possible to add custom attributes in this json? Tried to find something in wiki, but only found a solution where additional database fields are being added.
The text was updated successfully, but these errors were encountered:
I have a project with users, one user can have up to 3 photos with original size, medium size and small size. I use Postgres and jsonb field, and it works perfectly with 'mount_uploaders'.
How can I add a blurhash without creating additional fields or tables?
In my current structure, I have something like this:
Is it possible to add custom attributes in this json? Tried to find something in wiki, but only found a solution where additional database fields are being added.
The text was updated successfully, but these errors were encountered: