====== pears.IsFuzeUser ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."IsFuzeUser"()
returns smallint
begin
-- userstaffid + question
return 0
end