pgdesigner ver: 0.0.3
When creating a new table the naming convention set in the project settings is ignored.
Steps for recreation:
- In the project settings set snake_case as naming convention
- Create a new table
Following the steps will result in a table with a primary key <name>Id when <name>_id is expected.

pgdesigner ver: 0.0.3
When creating a new table the naming convention set in the project settings is ignored.
Steps for recreation:
Following the steps will result in a table with a primary key
<name>Idwhen<name>_idis expected.