-
- Downloads
Add quoting to fix issues with newer MySQL
MySQL 8+ includes many new reserved words including words that collide with some of our column names. This commit adds quoting to migrations that include column names that are reserved words.
Please register or sign in to comment