NHibernate: how to give a name to your Primary Key using SchemaExport (in SQL Server/ SQL Express)

If in your project, you let NHibernate generate the database from the information you provide with the schema mappings (a thing extremely useful, especially for testing cause you can build up the database in engines like SQLite)... mmm...where...