Im using Postgresql and i am trying to make use of the DB function make_hash().
I would prefer to use the ORM rather than PHSQL as the application itself relies heavy on it. I figured this could be cused using the onCreate() or on beforeSave() methods but Im not sure how to use a DB function itself there.