This question already has an answer here:
- Add a new column in all mysql tables 1 answer
I want to add a common column in all tables in a database
For example:
I want to insert the column TENANT_ID
in all tables in database
How can i do that.
</div>