News

CREATE INDEX IF NOT EXISTS crypto_wallet_account_id_idx ON public.crypto_wallet(account_id); CREATE UNIQUE INDEX IF NOT EXISTS crypto_wallet_account_address_idx ON public.crypto_wallet(account_id, ...
transaction_group_id INT NOT NULL,-- To group the pair of transactions (sender & receiver) financial_account_id INT NOT NULL REFERENCES public.financial_account,-- Account involved in the transaction ...