MySQL Workbench: Script for adding columns to all tables in a model
Thursday, June 7th, 2012Here's a quick Python script for adding columns for all tables in your EER model. This will create a create_time and update_time columns in all tables, but you can modify it to your needs. To execute: go to Scripting -> Scripting Shell... click the New Script toolbar icon at the top left ...