How to create database and tables ? #340
-
| I'm trying create database using FluentNHibernate. I want to create the database and tables. I want to create database but after create does not drop tables it only make update. In Java has  There's any way to do this ? trying.  | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
| I assume you're looking for a way to generate DB schema from your mappings. | 
Beta Was this translation helpful? Give feedback.
-
| @chester89 Yep, I want to create DB Schema. I saw the link that you suggested but I can't do it work because it no has details for example connection with db. Can you pass me any example ? | 
Beta Was this translation helpful? Give feedback.
-
| Answered. | 
Beta Was this translation helpful? Give feedback.
I assume you're looking for a way to generate DB schema from your mappings.
If that's true - here's a way