JSONB

Constant JSONB 

Source
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.