It generates the following: ``` INSERT INTO "table_name"() VALUES () RETURNING "id"; ``` And the empty `()` is unfortunately not valid PostgreSQL.
It generates the following:
And the empty
()is unfortunately not valid PostgreSQL.