Generate the DDL for the idempotency table.
Optional
import { getIdempotencyMigration } from '@adcp/sdk/server';await pool.query(getIdempotencyMigration()); Copy
import { getIdempotencyMigration } from '@adcp/sdk/server';await pool.query(getIdempotencyMigration());
Generate the DDL for the idempotency table.