Hey Karsten,
the value for the MySQL default storage engine is stored in /wb/options/options/db.mysql.Table:tableEngine (this is the GRT tree path, note the two "options" subpaths). You need to get a reference to the options dict, similar how you did for the schema.
A good help for learning what can be used in scripts is the GRT shell. Given you are on Windows you can open it from the toolbar (the black icon), from the main menu (View->Advanced->GRT Shell) or using the shortcut Ctrl+F3. Together with the GRT shell also the GRT tree will be revealed and you can browse it to find all the info stored in the model, including settings and application state. Alternatively you can navigate the grt by using commands like on a file system. For instance "cd" changes into a branch, "ls" or "dir" lists its children etc. Also use "help" to find more info.
HTH
Mike
Mike Lischke, MySQL Developer Tools
Oracle Corporation
Report bugs to
http://bugs.mysql.com
MySQL documentation can be found here:
http://dev.mysql.com/doc/refman/5.6/en/index.html
Edited 1 time(s). Last edit at 04/28/2009 02:56AM by Mike Lischke.