Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions db/json/listing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"renterID" :"int(10)",
"renteeID" :"int(10)",
"status" :"VARCHAR(255)",
"timeActive" :"VARCHAR(255)", // not sure what format this would be in? Is there a clock system we can use in mySQL?
"rating" :"int(5)", // rating out of 5 used to calculate some kind of award system
"reviewDescriptionTableID" :"int(10)", //(create another table full of string format reviews)
"timesRented" :"int(255)"
}