pratikkaje / ExpenseTracker.Core

Expense Tracker API
MIT License
0 stars 1 forks source link

DATA: User-Transaction DB Relationship #4

Closed glhays closed 6 months ago

glhays commented 6 months ago

What is the relationship here where a User maintains a List of Transactions and vice versa? See Models.

pratikkaje commented 6 months ago

One User can create multiple Transactions. That's it.

pratikkaje commented 6 months ago

Removed table relationships. I will add the relationship between tables at later stages.