From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

BEGIN;
CREATE TABLE product (
"oid" "text" NOT NULL,
"mib" "text" NOT NULL,
"leaf" "text" NOT NULL,
"descr" "text",
PRIMARY KEY ("oid")
);
COMMIT;