CREATE TABLE IF NOT EXISTS scoreboard ( score INTEGER NOT NULL, name VARCHAR(255) NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP );