1

I have made some classes and their mapping classes using NHibernate and done configuration. Is it possible to update the database schema accordingly without make any manual update?

Alexey Zimarev
  • 17,944
  • 2
  • 55
  • 83
Sufyan Ahmad
  • 818
  • 1
  • 13
  • 22

1 Answers1

2

Honestly I think it's safer to create scripts to do this than to rely on nhibernate to do it for you but some updates may be possible. See the below:

How to update database table schemas with NHibernate schema generation?

Community
  • 1
  • 1
Cole W
  • 15,123
  • 6
  • 51
  • 85