Setting up multiple foreign key columns

Hello,

I am using UML class diagram model to generate my ERD.
I am wondering if it’s possible to setup multiple foreign keys relationshio to the same/class.

i.e. All my tables have a createby and updateby, both of these must be foreign key to our user table.

Can I setup the foreign key in the class diagram, not at the generated ERD?

Wayne