extraStatements property

List<String>? extraStatements
getter/setter pair

A list of DDL statements to run inside the newly created database.

Statements can create tables, indexes, etc. These statements execute atomically with the creation of the database: if there is an error in any statement, the database is not created.

Optional.

Implementation

core.List<core.String>? extraStatements;