SQL Query for patch column
Closed this issue · 2 comments
mrkaspa commented
How can I decode the patch column in a raw sql query?
narrowtux commented
I don't think you can, it's in the Erlang External Term Format.
narrowtux commented
If you want to decode it in your erlang-based application, use :erlang.binary_to_term/1