Search Results

5
votes

How can I generate “migration” DDL from NHibernate mapping files?

Look into SchemaUpdate. Very similiar API as SchemaExport but it only creates migrations. …