pub const JSONB: ColumnMarker;Expand description
Enables JSON serialization with BLOB storage.
ยงExample
#[column(jsonb)]
config: AppConfig,Requires the serde feature. The field type must implement Serialize and Deserialize.
pub const JSONB: ColumnMarker;Enables JSON serialization with BLOB storage.
#[column(jsonb)]
config: AppConfig,Requires the serde feature. The field type must implement Serialize and Deserialize.