How can I find the default database tables or structure created by the recruiter module ?

I have installed recruiter and the website is functional. But some of the search features are not working, mentioning that some of the tables or views are not found. I am not sure why the successful installation has failed creating some of the tables needed during the installation.

I wanted to check if I can find the schema definition of some of these missing tables, so that I can create those tables manually to fix the issues.

If any one has faced similar issues or have any other suggestions to problems similar to this, please help me address the problem.

Thanks in advance.

Comments

darol100’s picture

To be honest, I do not think you would find a database schema. Distributions are a very complex combination of Drupal modules. So, to troubleshoot your problem you first need to know which module table fails. Then on a test environment you should install the same version of that module and see what table is broken.

mpsopt’s picture

Thanks Darol. I will try it out.