🗄️ Data & Database

LogBook uses a MySQL database to persist all operational data, including users, jobs, XP, ranks, and logs. This page outlines the core table structure and their relationships.

Core tables

Table structure examples

vtc_users

vtc_jobs

vtc_xp

xplog

VTC prefix logic

Tables can be prefixed per VTC (e.g. abc_vtc_jobs), allowing multi-VTC support within the same system instance.

Query tips

← Back to Wiki Index