xmr-btc-swap/swap/migrations/20240701231624_create_buffered_transfer_proofs_table.sql

5 lines
147 B
MySQL
Raw Normal View History

CREATE TABLE if NOT EXISTS buffered_transfer_proofs
(
swap_id TEXT PRIMARY KEY NOT NULL,
proof TEXT NOT NULL
);