github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_moderation_logs.sql (about) 1 CREATE TABLE "moderation_logs" ( 2 `action` varchar (100) not null, 3 `elementID` int not null, 4 `elementType` varchar (100) not null, 5 `ipaddress` varchar (200) not null, 6 `actorID` int not null, 7 `doneAt` timestamp not null, 8 `extra` text not null 9 );