enableDropProtection property

bool? enableDropProtection
getter/setter pair

Whether drop protection is enabled for this database.

Defaults to false, if not set. For more details, please see how to prevent accidental database deletion.

Optional.

Implementation

core.bool? enableDropProtection;