Skip to main content

Module entity

Module entity 

Source
Available on crate feature entity only.
Expand description

SeaORM entity helpers.

Structs§

VecString
Wrapper of Vec<String> stored as a JSON array column (via FromJsonQueryResult).

Traits§

DefaultColumnTrait
Maps an entity to its default timestamp columns.