How would you add a field to a table using mnesia:table_transform? I got it to work by just using a raw tuple in the function header, but how do you match the old record, then output the new record with just the new field added/changed?