This commit is contained in:
Yam ZhengLim
2022-09-25 19:25:45 +08:00
parent 40aaa1f5e6
commit 945ea5ce4b
8 changed files with 35 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"transactions" : "SELECT * FROM transactions;",
"bookings" : "SELECT * FROM bookings;",
"service_types" : "SELECT * FROM service_types;"
}