hld3 / backend-test-coderockr

https://github.com/Coderockr/backend-test?tab=readme-ov-file
0 stars 0 forks source link

Add investment table to model. #6

Closed hld3 closed 5 months ago

hld3 commented 5 months ago

This should have an id (Long), creation date (long), amount (double), and user_id, foreign key to user_model (long).