matcha-devs / matcha

A comprehensive web-based personal finance tracker and budgeting tool.
6 stars 0 forks source link

28 implement mysql database v2 #31

Closed seoyoungcho213 closed 4 months ago

seoyoungcho213 commented 4 months ago

Rationale

Implemented new MySQL database design based on our meeting.

image

Usage

Follow the existing pattern in database.go for the new tables design in the future

Changes

Non-trivial Files

Testing

Dependencies

Documentation Changes

Issues and Bugs

Possible Solutions

Additional Notes

seoyoungcho213 commented 4 months ago

Due to #12 , I changed expected ID (3) to (4) in mysql_test.go.