Hi, while working with native queries with a MySQL database, I noticed that the BPM_PROC_DEFINITION table uses a TINYINT for the active boolean property in the corresponding entity. This is unexpected because it does not comply with the recommended mapping of DBMS Types.
https://doc.cuba-platform.com/manual-6.10/dbms_types.html
I was expecting a BOOLEAN column.
I just wanted to pass this along, in case it is an issue. Thanks.