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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -