I have read this question and the solutions but they are more or less not applicable to my case. I have only SQL option and the PROCEDURE
should be avoided, we may not have the required permission.
This is a SQL script that creates missing tables, columns and indexes etc. (schema update)
I see that in MariaDB we can use IF NOT EXISTS
clause but this is not available in MySQL. Is there any similar way or workaround available in MySQL?