Skip to content

Instantly share code, notes, and snippets.

@ivos
Created April 13, 2020 12:08
Show Gist options
  • Select an option

  • Save ivos/91a55465e410c774b06d71ed10a893e5 to your computer and use it in GitHub Desktop.

Select an option

Save ivos/91a55465e410c774b06d71ed10a893e5 to your computer and use it in GitHub Desktop.
## Order
### Attributes:

- Order number (naturalKey string): 2020-02/202 - Sequence number within the month.
- Status (M enum: accepted, reserved, dispatched): `accepted`
- Customer (n:1 `Customer`)
- Order date (M date): 2020-02-20
- Delivery address (M string): 57th Street, Manhattan, New New York
- Items (1:n `OrderItem`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment