[mysqldef] Cannot use non-reserved keyword as column name #820
Closed
osjupiter
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
MySQL has both reserved and non-reserved keywords.
Non-reserved keywords can be used as column or table identifiers without quoting.
However, mysqldef currently throws a syntax error when use some non-reserved keywords as column names.
Steps to reproduce
Beta Was this translation helpful? Give feedback.
All reactions