Good afternoon! I've picked up Exposed for use in an event-sourced web application. Is there a way to create references that do not have foreign key constraints? I'd like to keep the automatic join support, but not create foreign key constraints, as the services may create records out of order when events are replayed.