Summary
    Gets or sets the custom database creation script.
    
		- Namespace
 - Cake
.Common .Tools .Roundhouse  - Containing Type
 - RoundhouseSettings
 
Syntax
public string CreateDatabaseCustomScript { get; set; }
	Value
| Type | Description | 
|---|---|
| string | This instructs RH to use this script for creating a database instead of the default based on the SQLType. | 
