Adding so many things.

This commit is contained in:
dan612
2026-03-22 13:23:31 -04:00
parent 7d5904e925
commit b9e362497a
10 changed files with 95 additions and 41 deletions

View File

@@ -55,9 +55,13 @@ CREATE TABLE IF NOT EXISTS user_accounts (
CREATE TABLE IF NOT EXISTS pageviews (
id INTEGER PRIMARY KEY AUTOINCREMENT,
account_id INTEGER NOT NULL,
account_id TEXT NOT NULL,
page TEXT NOT NULL,
title TEXT,
user_agent TEXT,
screen_res TEXT,
language TEXT,
timestamp TEXT,
referrer TEXT,
ip TEXT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,