Hi,
I attempting to write to an existing table which contains polygons based in Postgres database. I have selected truncate existing table.
I get following error:
Error was 'ERROR: null value in column "objectid" violates not-null constraint
The object ID seems to be an issue only when attempting remove existing data and add new data. When creating a new table, this is not a issue.