Hi Jared,
The MatUseTransID is the Unique Column ID for the MatUseTrans table and you should see an Index named MATUSETRANSU_NDX on that column alone. Technically, the MatUseTransID could have been defined as the sole Primary Key Column, but most Site-Level objects include the SiteID in the Primary Key and most Org-level objects include the OrgID in the Primary Key.
In the case of MatUseTrans, there really is no other set of columns other than MatUseTrans that form a Unique key since you can have multiple Issues or Returns for the same Item, Storeroom, Bin, WO, Location, and/or Asset with the same Transaction Date.
For out-of-the-box objects, the Index on the Unique Column normally ends in "_Ndx" and should have the "Internal?" and "Enforce Uniqueness?" checkboxes checked. The Index on the Primary Key Columns normally ends in "_Ndx1" and should have the "Enforce Uniqueness?" checkbox checked.
------------------------------
Julio Hernandez
Ergonare, Inc.
------------------------------