Is there a way to create new column type? So like there is e.g. string, integer, decimal, boolean, I would like to also have type json, so column in table would be string, but when I am saving or getting data, it would straight away encoded or decoded by json, so I would be already working on array / object.