lydia

Results 2 comments of lydia

django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL)'...

Same error on 1.0.48 gh-ost: 1.0.48 MySQL:5.7.27 ``` gh-ost --host=$HOST --user=root --password=$MYSQL_PASSWORD --database=$DATABASE --table=$TABLE --alter=" add column integral int(11) NOT NULL default 0 comment 'xx' after column1;" --allow-on-master --assume-rbr --initially-drop-ghost-table...