klyn.data.SchemaManager.create
method
public create() as Void:
Description

Creates every missing structure required by the factory entity model.

Existing structures are validated and never altered silently.

Throws
  • SchemaValidationException when an existing structure conflicts.
  • SchemaExecutionException when provider DDL fails.
Example
schema.create()