Does anybody know why the post create SQL is executed every time the workflow runs?
I would have expected that it will be run only once - after creating the table. But not when updating.
There is no need to alter columns every time and creating primary keys at every run of the workflow -> this leads to Errors (creating Primary keys, etc)
Thank you for your help!