QAD 2017 Enterprise Edition > Installation-Conversion > Installation Guide > Customized Database Structure Files > Customize Standard Structure Files
  
Customize Standard Structure Files
Create a new directory to hold the customized structure files. This directory can be located anywhere.
> mkdir -p customizations/st-files
Copy the standard structure files into the new directory and create files for the two databases that are not associated with a database structure file.
> cp build/work/st-files/*.st customizations/st-files
> cp customizations/st-files/rcddb.st customizations/st-files/qxedb.st
> cp customizations/st-files/rcddb.st customizations/st-files/arcdb.st
Customize the structure files.
> vi customizations/st-files/*.st
Note: The names of the data areas in the structure files, such as MFG and MFG_IDX, are important because they correspond to the schema files that you will load into the databases when you create the environment.