Design Specifications
Last updated
Was this helpful?
Last updated
Was this helpful?
This document shows all table databases as well as the logic of the Jframework project.
We group the tables by the following categories:
: Tables that define the system data.
: Tables that store the system, brand, and user configurations/settings.
: Tables that store soft-deleted records (i.e., Brand, User, Device).
: Tables that store role-based access control data.
: Tables that store plan and pricing data (i.e., Package, Price, Coupon, License, etc.).
: Tables that store payment-related data (i.e., Payment, PaymentMethod, PaymentHistory, etc.).
: Tables that store point-related data (i.e., Point, PointHistory, PointEvent, etc.).
: Tables that store tracking-related data (i.e., TrackingActivity, TrackingEvent, etc.).
: Tables that store relationship tables (i.e., CouponUser, RolePermission, UserRole, etc.).