Adding Row to a table needs Primary Key ID creationg

So I got to a solution for this problem. It might be a bug in the auto-incremented ID columns. But it's possible to use an UUID column as primary key and then create a UUID for the new Rows updater like this:
image