Help Desk Software

What is the structure of MySQL tables/database?

Wondering where is the SQL code to create MySQL tables in the database?

For your convenience HESK installation script automatically creates the required tables so you don't have to worry about manually executing SQL code.

So simply follow installation steps described in the readme.html file and HESK will take care of database setup.


If you still wish to see the SQL structure, the PHP/SQL code to generate it is in the install/install.php file.

Help Desk Software