Skip to content

Commit 8083776

Browse files
Update BookShopManagement.cpp
1 parent bdb796a commit 8083776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BookShopManagement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class members
128128
class sales
129129
{
130130
int invoice_id; //Primary key
131-
int member_id; //FK ref member(id)
131+
int member_id; //FK ref member(id)
132132
int book_id; //FK ref books(id)
133133
int qty;
134134
int amount;

0 commit comments

Comments
 (0)