mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
PostgreSQL doesn't have BLOB type and the most similar equivalent BYTEA would require several changes in Stikked's code. Thankfully, TEXT is a suitable alternative in this case.