You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a column with the "INVISIBLE" attribute, atlas throws the following error when inspecting the schema:
Error: mysql: unknown extra column attribute "auto_increment INVISIBLE"
There appears to be no way around this, atlas simply crashes. In my case, I ran into it by accident, because mysql 8 was automatically creating invisible columns by way of the sql_generate_invisible_primary_key setting being enabled (Azure enables this by default for mysql 8 flexible server instances).
The text was updated successfully, but these errors were encountered:
If you create a column with the "INVISIBLE" attribute, atlas throws the following error when inspecting the schema:
There appears to be no way around this, atlas simply crashes. In my case, I ran into it by accident, because mysql 8 was automatically creating invisible columns by way of the sql_generate_invisible_primary_key setting being enabled (Azure enables this by default for mysql 8 flexible server instances).
The text was updated successfully, but these errors were encountered: