I have an Nhibernate hbm that maps a many to many relationship. For database simplicity it uses a where clause on the bag to filter the joining table.
this works well until I start to test and I use the hbm file to create a database from the generated schema. The root and user tags columns aren't created.
In the hbm file how do I define these two columns so they are generated in the schema?