So, I'm attempting to use ignition scripting to create schemas and tables in postgres and am stuck. Part of my code is below (the part that gives an error):

I'm not sure what else to try. Any feedback will be appreciated.
So, I'm attempting to use ignition scripting to create schemas and tables in postgres and am stuck. Part of my code is below (the part that gives an error):

I'm not sure what else to try. Any feedback will be appreciated.
Can you post the error that is being generated?
I got it to work by using runPrepUpdate instead.