SQL-Injectors / ExpenseTracker

0 stars 0 forks source link

Create expense.js for Financial Ledger #6

Open artawood opened 6 years ago

artawood commented 6 years ago

Create expense.js (sequelize) in model for Financial Ledger

The basic financial ledger has the following columns:

Note: Each user has it's own table of financial ledger. When user signs up for the app, a table is created. We'll need to develop an ORM that performs this function