public exists() as Boolean:
Tests whether every mapped entity has a physical provider structure.
This method checks existence only. Use validate() to compare columns, types, nullability and constraints.
True when all mapped structures exist.
if not schema.exists(): schema.create()