From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 BEGIN;CREATE TABLE device_snapshot ( "ip" "inet", "cache" "text", PRIMARY KEY ("ip"));COMMIT;
BEGIN;
CREATE TABLE device_snapshot (
"ip" "inet",
"cache" "text",
PRIMARY KEY ("ip")
);
COMMIT;