Custom schemas

Bring your own schema when a catalog template is not the right starting point.

Current scaffold

The frontend SchemaDefinition currently models tables, columns, and primary/foreign keys. Column types, indexes, and the generator contract are still deferred.

The schema diagram tool parses CREATE TABLE DDL in the browser and draws a relational diagram. Paste only CREATE TABLE statements.