Hi everyone,
I'm pretty new on SQL Data Modeler, and I was wondering if it is possible to define the default value of a specific property (Logical or Physical model) ?
My specific need is:
- When I create a new table on the logical model, and specify that my PK is Auto-Increment and Identity, i would like the IDENTITY DDL automatically generated has the 'CACHE' attribute set (instead of the default 'NOCACHE')
I know that i can manually change the value on each column of each table (see below picture), but I would like to avoid having to change this each time I create a new table ...

Thanks !