Deployment Options (Project)
Description
The Deployment Options property is available in Project Settings.
You can configure different deployment options.
Format
The Deployment Options is a List of multiple values.
It is possible to select several values.
The possible values are:
- Generate Drop Table Statements:
- If selected, the Drop Table statements will be generated
- In a development mode, it is better to generate the Drop Table statements to delete the existing tables before deploying a new version
- In production, you usually uncheck this option to keep the existing data in your tables
Example:
![]()
Default Value
The default value is Generate Drop Table Statements.