-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(controller-generator): add dynamic primary key retrieval (#107)
ControllerGenerator now dynamically fetches the primary key column name from the provided table columns rather than relying on a static method. This enhancement allows for more flexible code generation accommodate tables with non-standard primary key names.
- Loading branch information
1 parent
9c7e102
commit a4e0ff8
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters