leovinsen / octopush

Financial Education mobile game prototype
0 stars 0 forks source link

Time Deposit Page #74

Open leovinsen opened 4 years ago

leovinsen commented 4 years ago

Design:

https://trello.com/c/BxcpUeFu/20-time-deposit-page

Table time_deposit { id INT PK duration INT NOT NULL //Measured in Intervals rate INT }

Table user_time_deposit { id INT PK time_deposit_id INT FK datetime TEXT NOT NULL interval

}