Some weeks ago there was a request about adding a feature that
keeps (or gets) datatypes of colums, which are connected via
foreign keys, in sync. While we have added this to our ToDo list,
I thought of doing some simple LUA exercises to give the user at
least a funtion to check if the FKs in the model all have columns
with matching datatypes.
As it turned out such tasks can be done quite easily using our
GRT-shell. And by writing some functions you can add features to
Workbenchs interface.
To get in touch with the shell/GRT environment inside Workbench click the tiny black prompt-window-icon in the top right area of workbench (or choose ‘View->Advanced->GRT Shell’ from the main menu). Some items in the UI are swapped/added: the sidebar on the right side gets a new tab named ‘GRT Shell’ featuring some more tool-panes (GRT Tree, Modules, Inspector) and on the bottom part of the main window - where the editors …
[Read more]