database property

SchemaBuilder? database
getter/setter pair

Receiver for database altering operations.

Methods invoked on this instance - such as SchemaBuilder.createTable - will be validated and generate the appropriate SQL commands to apply to a database to alter its schema.

Implementation

SchemaBuilder? database;