how to add a field in requirement table of DerbyDB?
One answer
Why would you want to do that ?
Any nicely behaving Jazz component won't directly modify the repository DB schema, as this is the results of internal O/R mapping between the component model and the physical database...
So I expect you will have to extend the repository storage model, then use repotools to update the Db tables.
Look at this page (JazzTalk example) for more info:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
Hope that helps.
- Florian
Any nicely behaving Jazz component won't directly modify the repository DB schema, as this is the results of internal O/R mapping between the component model and the physical database...
So I expect you will have to extend the repository storage model, then use repotools to update the Db tables.
Look at this page (JazzTalk example) for more info:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
Hope that helps.
- Florian