UVS Farmers Marketplace

Edit this file

Entity Relationship Diagram (ERD)

This is technically a Database Diagram (not ERD)

Entity Relationship Diagram

Download PDF Version Download raw file LibreOffice Draw is requried for modification

Database Design Rules

  1. Use snakecase (not camelCase, skwere-case, PascalCase, SCREAMINGSNAKE_CASE, nocase, ...) for namings.

  2. Use plural form of words for table names (e.g. Table which contains data for many individual 'person', is called 'people' table)

ERD Test Scenario

Junhao's Recommendations: