github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_likes.sql (about) 1 CREATE TABLE "likes" ( 2 `weight` tinyint DEFAULT 1 not null, 3 `targetItem` int not null, 4 `targetType` varchar (50) DEFAULT 'replies' not null, 5 `sentBy` int not null, 6 `createdAt` timestamp not null, 7 `recalc` tinyint DEFAULT 0 not null 8 );