During Entity creation in jhipster, ID field gets created automatically, with auto-increment feature.
As per my requirement, i want the ID field name as TK_ID, instead of ID. And also, value of the ID field starts with 1 and gets incremented automatically. In my case , i want the value to be started with TK001, and should be auto incremented.
During Entity creation , i want these changes to happen. Is there any way to do this is jhipster application ?
Requirement: Instead of field name- ID, want as TK_ID..... And Value of ID field should start with TK001, instead of 1.
Note: I am using mysql for DB and Gateway application