jsonb
Creates a column, with the specified name, for storing JSON data in decomposed binary format.
Note: JSON storage in binary format is not supported by all vendors; please check the documentation.
Parameters
Name of the column
Function that encodes an object of type T to a JSON String
Function that decodes a JSON string to an object of type T
Whether reads from this column should cast retrieved data to a non-binary format. This value only applies to SQLite databases & will be ignored for all others.
Creates a column, with the specified name, for storing JSON data in decomposed binary format.
Note: JSON storage in binary format is not supported by all vendors; please check the documentation.
Parameters
Name of the column
Configured instance of the Json class
Whether reads from this column should cast retrieved data to a non-binary format. This value only applies to SQLite databases & will be ignored for all others.