pub const JSON: ColumnMarker;Expand description
Enables JSON serialization with TEXT storage.
ยงExample
#[column(json)]
metadata: UserMetadata,Requires the serde feature. The field type must implement Serialize and Deserialize.
pub const JSON: ColumnMarker;Enables JSON serialization with TEXT storage.
#[column(json)]
metadata: UserMetadata,Requires the serde feature. The field type must implement Serialize and Deserialize.