We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table Name: users
users
Table Specifications:
user_id
INT
user_name
password
bill_id
Table Name: bill_{bill_id}
bill_{bill_id}
Side Note: We shouldn't use user_id as the bill_id because a user may have multiple bills (like many splitter bills)
entry_id
date
value
CURRENCY
CHAR(3)
description
TEXT
from
to
location
@Lei-Tin Please check these specifications and adjust your implementation if needed.
Any suggestions are appreciated.
The text was updated successfully, but these errors were encountered:
Understood, will modify and PR in reading week. 👍
Sorry, something went wrong.
Lei-Tin
ScottCTD
Successfully merging a pull request may close this issue.
User Table
Table Name:
users
Table Specifications:
user_id
INT
user_name
password
bill_id
INT
Bill Table
Table Name:
bill_{bill_id}
Side Note: We shouldn't use
user_id
as thebill_id
because a user may have multiple bills (like many splitter bills)Table Specifications:
entry_id
INT
date
value
value
to have 16 integer places and 2 decimal placesCURRENCY
CHAR(3)
description
TEXT
from
TEXT
to
TEXT
location
TEXT
@Lei-Tin Please check these specifications and adjust your implementation if needed.
Any suggestions are appreciated.
The text was updated successfully, but these errors were encountered: