01-22-2021, 02:15 PM
Hi all!
whenever an sType is created a jsonb column called "data" get added by default.
I know the data column is used in sthpw/pipeline but I can't find any use of this column in the code for custom sTypes.
Is there any specific purpose for this column?
I'd like to implement line colorization in ViewPanelWdg and I'm wondering if I can use a json key in the data column to store an rgb value.
I'd also like to know if it is ok to use it to store other custom values for which i don't want to add a specific column.
whenever an sType is created a jsonb column called "data" get added by default.
I know the data column is used in sthpw/pipeline but I can't find any use of this column in the code for custom sTypes.
Is there any specific purpose for this column?
I'd like to implement line colorization in ViewPanelWdg and I'm wondering if I can use a json key in the data column to store an rgb value.
I'd also like to know if it is ok to use it to store other custom values for which i don't want to add a specific column.