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.