token_id
base_price_pair
ALTER TABLE sdtokens.sdt_prices_unique ADD UNIQUE (token_id, base_price_pair);
Pro tip: use ```triple backticks around text``` to write in code fences