I have having an issue with missing tables. I created my project and uploaded it to a test server. Later I uploaded the project to the final server and re-ran the setup. The setup only created the database tables I had created since the original install and I can't seem to get it to create all the tables in the project. At this point I am missing more than half of the project tables.
There must be a trick to get it to re-create all the tables in the project.
Any ideas are MOST appreciated!
Thank you
Missing Tables
Re: Missing Tables
Try deleting the setup.md5 file and the config.php file ... This should trigger setup and should recreate all the tables.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Missing Tables
I am getting the same message and I tried re-installing like mentionned in the above reply... Is there another way to re-create table?
Re: Missing Tables
Hmm .. that's weird .. could you send me the AXP project file to check this issue please?

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Missing Tables
Actually, I found the problem... It was because of parent child tables that were not using the same type... my bad!