creditactions
Each row represents a ledger line for a credit movement, including amounts, initiators, and source/target accounts.
Full schema
View all columns and table relationships
Status group
No, this table does not include a statusgroup column.
Sample query
select
t.clientid,
t.action,
t.target,
t.targettype,
t.initiator
from creditactions as t
limit 100