create or replace table reportreasons ( reportId int null, reporterId int null, reason int null, server int null, weight int null, time int null );