Ecto.ERD.Node (Ecto ERD v0.2.0) View Source
Node struct
- If
source
isnil
, thenschema_module
cannot benil
and node describes embedded schema. - If
source
is notnil
andschema_module
is notnil
, then node describes regular schema. - If
schema_module
isnil
, thensource
cannot benil
and node describes a source (table) which was automatically inferred from many-to-many relations. - If
cluster
isnil
, then the node will be rendered outside any cluster..
Link to this section Summary
Functions
Set a cluster
for a given node
.
Link to this section Types
Specs
Link to this section Functions
Specs
Set a cluster
for a given node
.