This tab helps you to set the patterns for newly created objects. Table Set the naming pattern for newly created tables. Default is "Table_". Number will be automatically added to the end, e.g. "Table_04". View Set the naming pattern for newly created views. Default is "View_". Number will be automatically added to the end, e.g. "View_12". Stored Routine Set the naming pattern for newly created stored routines. Default is "Procedure_". Number will be automatically added to the end, e.g. "Procedure_01". Reference Set the naming pattern for newly created references. Such format specifiers may be applied: %FROMTABLE% - the argument is the referencing table name; %TOTABLE% - the argument is the referenced table name. Reference Column Set the naming pattern for newly created referenced columns. Such format specifiers may be applied: %TOTABLE% - the argument is the referenced table name; %TOCOLUMN% - the argument is the referenced column name in the referenced table. |