I'm like:
ALTER TABLE a RENAME COLUMN b TO c
And the thing is like:
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 'COLUMN b TO c' at line 1
I wonder, is it possible to rename a column in Aurora DB? I did my research, but there seems to be like zero docs about these restrictions. How do I rename a column without using RENAME? There's a ton of data in that table, so I don't want to create->copy data->delete.