NOTES - ERDL Diagram Syntax

Use NOTE() keyword to capture any column or table notes

Customer
-
CustomerID int NOTE(Customer ID has to be unique)
Name string INDEX
Address1 string
Address2 string NULL
Address3 string NULL
NOTE(Ecommerce Customers)