-- applications: software stacks that use one or more ports. -- Examples: "Nginx", "PostgreSQL", "Prometheus". CREATE TABLE IF NOT EXISTS applications ( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL );