ALTER TABLE public.security_guards ADD COLUMN IF NOT EXISTS updated_by uuid REFERENCES auth.users(id);