mysql database schema
PostPosted:Sat Dec 18, 2010 12:17 pm
by mabushaireh
Can any one post or share the database script that generates the schema for mysql. I was not able to do so.
Re: mysql database schema
PostPosted:Thu Dec 23, 2010 6:48 pm
by pavila
As stated in wiki, database creation is automatically created the first run. Also you can generate this schema creation script with a few java lines. Search the forum or take a look at Test.java from OpenKM source repository. Also you should check more info in a Hibernate forum if you want more knowledge.