CREATE TABLE team ( team_id uuid PRIMARY KEY DEFAULT uuid_generate_v4(), created_at timestamptz NOT NULL, name text NOT NULL );