MySqlDatabaseResource.withCreationScript
Method
interface MySqlDatabaseResource { // ... omitted for brevity withCreationScript(script: string): MySqlDatabaseResource;}Signature
method
withCreationScriptbuilderDefines the SQL script used to create the database.
withCreationScript(script: string): MySqlDatabaseResourceParameters
scriptstringReturns
MySqlDatabaseResourceDefined on
This method is defined on the following type: