Skip to main content
property Tables.schema: object
Schema of the tables represented as a Mermaid entity relationship diagram. Each table is represented with 3 or 4 columns:
  1. whether the column’s default_value is None (denoted with nullable) or not
  2. the column data_type
  3. (optional) whether the column is part of the table keys (denoted with PK) or not
  4. the column name