Skip to main content

create_audit_log_row

Function create_audit_log_row 

Source
pub async fn create_audit_log_row<C>(
    db: &C,
    request: AuditLogCreate,
) -> Result<Model>
where C: ConnectionTrait,
Expand description

Inserts one audit log row using any SeaORM connection or transaction.