pub const IDEMPOTENCY_TABLE_DDL: &'static str;Expand description
SQL DDL for the idempotency table. Banks typically run migrations through
their own tooling — cratestack currently ships migrations as raw DDL
since the migration engine is deferred to Phase 3.