Quick Start
The general steps for modifying the database schema using Schema Script:
- BACKUP YOUR DATABASE
- Edit the .SchemaEditor configuration file for your environment
- Create a schema script
- Preview the changes
- Apply the changes to the database
The general steps for modifying the database schema using a Data Dictionary file:
- BACKUP YOUR DATABASE
- Edit the .SchemaEditor configuration file for your environment
- Export the Schema to a File
- Modify the Schema File
- Preview the changes
- Apply the changes to the database
Quick Start