Database Schema
warnings.db
verbal_warnings
Column
Type
Description
CREATE TABLE verbal_warnings (
id INTEGER PRIMARY KEY AUTOINCREMENT,
createdAt TEXT NOT NULL DEFAULT (datetime('now')),
userId INTEGER NOT NULL,
reason TEXT NOT NULL,
evidenceLink TEXT NOT NULL,
modId INTEGER NOT NULL
);
CREATE INDEX idx_vw_userId ON verbal_warnings (userId);staffpolls.db
staffpoll_polls
Column
Type
Description
staffpoll_options
Column
Type
Description
Supabase (Auttaja integration)
public.punishments
Column
Description
Last updated
Was this helpful?
