Skip to main content

AUDIT_TABLE_DDL

Constant AUDIT_TABLE_DDL 

Source
pub const AUDIT_TABLE_DDL: &'static str;
Expand description

DDL for the audit log table. Banks typically run migrations through their own tooling — this DDL is exposed so the crate::SqlxRuntime can idempotently ensure the table exists during bootstrap.