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

BEGIN;
ALTER TABLE node_wireless ADD COLUMN ssid text DEFAULT '' NOT NULL;
COMMIT;