create or replace table reporthandlers ( reportId int null, handlerId int null, aborted tinyint(1) null );