maurobonfietti/slim4-api-skeleton-crud-generator

<Table>Repository.php assumes PK column is named `id`

Opened this issue · 0 comments

My database tables are set to have the PK as clientID instead of id.

When running the command it generates all functions, but the create one, with id as the PK.