ryang-bgl opened a new issue, #14584: URL: https://github.com/apache/grails-core/issues/14584
### Task List - [ ] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [ ] Full description of the issue provided (see below) ### Steps to Reproduce - clone https://github.com/ruiyang/grails-issue-demo.git - `cd demo-gorm-issue` - `grails run-app` - navigate to http://localhost:8866/dbconsole You will see the table created for Book is missing "tePercent". The reason is that tePercent in Book.groovy has a setter. ### Expected Behaviour Create the te_percent column like what it did before. ### Actual Behaviour te_percent column was missed ### Environment Information - **Operating System**: MacOsX - **GORM Version:** 6.1.8.RELEASE - **Grails Version (if using Grails):** 3.3.2 - **JDK Version:** 1.8 ### Example Application https://github.com/ruiyang/grails-issue-demo.git -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
