CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[+] Modifications on `MySQLDatabaseGateway` & added a SQL Script #62

Closed Lei-Tin closed 1 year ago

Lei-Tin commented 1 year ago

Modifications:

The data that will be generated is shown in the picture below: image

Modifications (As of November 28), Part 2:

Updated split bill data structure: Now: All of the split bill will have the bill name being bill_{user_id}_{split_bill_id}

And for the table structure, it is the same as previously defined.