donalmurtagh opened a new issue, #14567: URL: https://github.com/apache/grails-core/issues/14567
### Task List - [X] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [X] Example that reproduces the problem uploaded to Github - [X] Full description of the issue provided (see below) ### Steps to Reproduce 1. Clone [this repo](https://github.com/donalmurtagh/grails-list-index-bug) 2. Create a MySQL database on localhost named `list_index` that can be accessed by the `root` user with a blank password 3. Start the application with `grails run-app` ### Expected Behaviour The `images_idx` column of the `image` table should not be nullable, because each image should have an index ### Actual Behaviour The `images_idx` column of the `image` table is nullable ### Environment Information - **Operating System**: Mac OS X - **GORM Version:** 6.1.9.RELEASE - **Grails Version (if using Grails):** 3.3.5 - **JDK Version:** 1.8.0_66 ### Example Application - https://github.com/donalmurtagh/grails-list-index-bug -- 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]
