MySQL views datatype mismatch

Hi,

 

I'm facing issue in views due to this bug https://bugs.mysql.com/bug.php?id=61131.

While publishing datastore I'm gettting error (The data source schema does not match the type mappings: Wrong column type in XXXXXXX_View for column XXXXX. Found: tinyint, expected: boolean (APNX-2-4056-000)).

I don't want to change Appian datatype as there're many dependents. Is there any solution from database perspective to change those columns back from tinyint(4) to tinyint(1).

 

Thanks in advance.

  Discussion posts and replies are publicly visible