Hi,
what if I want to add new key column like accountID to the connection_msg table. how can i add it? I think the idea of adding column thorugh the JSON (other column) is not recommended as the query using this column will affect the performance.
what about making the adding of table column dynamic. i.e. configurable through the configuration xml file?