Is it possible to define custom data types in Toad Data Modeler?
In Toad Data Modeler, you can define your own data types (provided that they are supported in the database you use).
RESOLUTION 1:
To add a user data type:
- Select Model | User Data Types and click Add in the User Data Types dialog.
(Tip: You can also add a user data type in the Model Explorer | Right-click the User Data Types folder and select Add User Data Type.)
For further details, please see the 'User Data Types' section in the Help | 'Help Topics' menu.
RESOLUTION 2:
It's also supported via Domains.
1. Define domain MYTYPE with a created data type VARCHAR2(30).
2. Use this domain for the attribute where you need it.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center