fix: Correctly generate primary keys

The generator was failing to identify primary key columns, resulting in generated beans without them. This has been fixed by updating the code to use the `getColumnsRef()` method, which correctly retrieves the column names for the primary key.
This commit is contained in:
2025-09-24 11:58:38 +07:00
parent 170e55dd59
commit ed7e7a8856
3 changed files with 2 additions and 2 deletions