SELECT column_name, data_type
FROM information_schema.columns
WHERE table_schema = 'back_office'
AND table_name = 'eps_transaction_source'
ORDER BY ordinal_position
SELECT column_name, data_type
FROM information_schema.columns
WHERE table_schema = 'back_office'
AND table_name = 'transaction'
ORDER BY ordinal_position