actix_cloud_codegenAttribute Macro entity_behavior
source #[entity_behavior]
Available on crate feature seaorm
only.
Expand description
Default entity behavior:
entity_id
entity_timestamp
§Examples
ⓘ#[entity_id(rand_i64())]
#[entity_timestamp]
impl ActiveModel {}
#[entity_behavior]
impl ActiveModelBehavior for ActiveModel {}