lu-jim / rbudget

Mobile web application built with Rails where you can manage your budget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D1 - Create your models according to the ERD diagram.

lu-jim opened this issue · comments

Your database schema should reflect the following structure:

image

NOTE: do not change column names visible in the diagram. You need to change the "Entity" name according to the theme you have chosen for your project (please note: "Transaction" is a name already used by ActiveRecord, so using it as a name for your model and table will result in an error).