triggers - MySQL callback after alter table -


there solution in mysql detect changes in first table (alter table) have identical copy of second table structure (no data).

i copy columns, column default values , types.

some procedure, trigger or else?

as far know, mysql not support ddl triggers.

workaround here might enabling general logging table, using external scheduled(?) script select ddl queries interested in , whatever want based on information


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -