customer_balance_adjustments
-
id increments
-
customer_id FK integer
-
store_id FK integer
-
current_balance decimal (10,2)
-
add_new_balance decimal (10,2)
-
new_balance decimal (10,2)
-
notes text
-
date_and_time datetime
-
created_by integer
-
deleted_by integer
-
updated_by integer
-
softDeletes softDeletes
-
timestamps timestamps