# ExtensionInstallLocation
## Properties
**database** | Option<**String**> | The database to enable the extension on. **Default**: \"postgres\" | [optional]
**enabled** | **bool** | Enable or disable the extension on this Postgres instance. |
**schema** | Option<**String**> | The schema to enable the extension on. (eg: \"public\") | [optional]
**version** | Option<**String**> | The extension version to install. If not specified, the latest version will be used. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)