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.
pub async fn create_audit_log_row<C>(
db: &C,
request: AuditLogCreate,
) -> Result<Model>where
C: ConnectionTrait,Inserts one audit log row using any SeaORM connection or transaction.