Originally from the User Slack
@Dhruv_garg: Is there a way to store JSON in one of the columns of scylladb table? we want to store some arbitrary data for which we won’t know the schema before hand
@avi: Use a text
column
@Dhruv_garg: is storing in a blob also a good idea?
@avi: It’s equivalent