• transactions.sql

    328 329  
    14 14 account_user text,
    15 15 payment_system text,
    16 16 account_corr text,
    17 data
    17 data text
    18 18 );
    19 19 CREATE INDEX monetaru_transactions_operations ON monetaru_transactions USING btree (operation_id);
    20 20 CREATE INDEX monetaru_transactions_orders ON monetaru_transactions USING btree (order_id);