Is there a way in Fluent NHibernate (or possibly NHibernate in general) to tell it to generate the primary keys differently? It creates the column name for the key fine, but the index/constraint gets weird generated names like:
PK__Address__3214EC2725332734
PK__CreditCa__3214EC2756CA82C8
etc.
I can use straight SQL to rename them but I'd rather not.