create or replace table accountkitstats ( accountId int not null, kitId int not null, statId int null, value bigint null );