Field Definition
fieldName fieldType [pk]
Example: id bigInteger pk or geo_code string(10)
Entity Metadata
EntityName [icon: name, color: value]
-
Icons: user, users, home, folder, message-circle,
mail
-
Colors: blue, green, red, grey, purple, orange
Relationships
fromTable.field <symbol> toTable.field
| <> |
Many to Many |
| > |
Many to One |
| < |
One to Many |
// Use double slashes for comments, and
Use Tab to Indent 2 spaces