//! SeaORM entity helpers.
use ;
use ;
/// Wrapper of `Vec<String>` stored as a JSON array column (via
/// [`FromJsonQueryResult`]).
///
/// Useful when an entity needs a simple list field without a join table.
;
/// Maps an entity to its default timestamp columns.
///
/// Usually implemented automatically by the `entity_timestamp` macro, and
/// consumed by [`crate::api::Condition::add_time`] to filter on
/// creation/update time ranges.