Is it possible to set table prefix in MySQL workbench? For example: I have created complete schema(table_1, table_2, table_3, ... table_N), and want to ask Workbench to add prefix to each table inside this schema on executing Forward Engineering. Want to see in SQL script something like that
CREATE TABLE IF NOT EXISTS `mydb`.`myprefix_table_1`...