atoti.tables.Tables.schema#
- property Tables.schema: object#
Schema of the tables represented as a Mermaid entity relationship diagram.
Each table is represented with 3 or 4 columns:
whether the column’s
default_value
isNone
(denoted with nullable) or notthe column
data_type
(optional) whether the column is part of the table
keys
(denoted with PK) or notthe column
name
Example