Commit
aaaecb42e939ac1a389968d02e41072e42448d05
by carg67IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449)
* IDEMPIERE-2981 Implement JSON Field type
- Fix the JSON Editor, is sending to the database the value non prettified
* - Fix issue adding a JSON column with log migration script enabled
When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column
* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)