Description

This table records all inventory movements, including additions and subtractions.

Columns

Name Title Datatype Nullable Other Description Last edit
transaction_id int(11) NO auto_increment 1 month ago
product_id int(11) YES 1 month ago
transaction_type enum('Purchase','Sale','Return') NO 1 month ago
quantity int(11) NO 1 month ago
transaction_date date NO 1 month ago