Skip to content

Release v2.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 16:11
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.