-- Prerequisite: run sql/tournament_admin_tables.sql first. -- Run this file in Supabase SQL Editor. created_at timestamptz not null default now(), updated_at timestamptz not null default now(), ...