Importing solution not adding new table

Hello,
I have a strange problem, that Im not sure where to start…to fix

I added a new table in my development environment, exported out the solution then imported it into application server in production, strangely the new table was not created on import, so I deleted the solution and tried again with out any luck. My only choice was to manually create the new table via a third party tool.

Any help would be greatly appreciated…

I am using Version: 5.2.14 - build 1027 in both development and production server.

you have to reference the table in your solution,

so also create a (dummy) form for example… and than export!

Servoy only includes the table if you have created a form on that table, so my guess is you don’t have a form for this table
You can fix this in 2 ways:

  1. create a form with this table
  2. when you export your solution you can select the option: ‘Export all tables from referenced servers’