github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_plugins.sql (about) 1 CREATE TABLE "plugins" ( 2 `uname` varchar (180) not null, 3 `active` boolean DEFAULT 0 not null, 4 `installed` boolean DEFAULT 0 not null, 5 unique(`uname`) 6 );