SYMBOL INDEX (17 symbols across 2 files) FILE: build/01_create_database.sql type "machinetypes" (line 6) | CREATE TABLE "machinetypes" ( type "zones" (line 23) | CREATE TABLE "zones" ( type "instances" (line 30) | CREATE TABLE "instances" ( type "disktypes" (line 97) | CREATE TABLE "disktypes" ( type "disks" (line 107) | CREATE TABLE "disks" ( type "images" (line 120) | CREATE TABLE "images" ( type instances (line 132) | CREATE INDEX IF NOT EXISTS "instances-name-index" ON instances(name COLL... type instances (line 133) | CREATE INDEX IF NOT EXISTS "instances-region-index" ON instances(region ... type instances (line 134) | CREATE INDEX IF NOT EXISTS "instances-region-name-index" ON instances(re... type instances (line 135) | CREATE INDEX IF NOT EXISTS "instances-region-hana-index" ON instances(re... type instances (line 136) | CREATE INDEX IF NOT EXISTS "instances-region-sap-index" ON instances(reg... type instances (line 137) | CREATE INDEX IF NOT EXISTS "instances-region-series-index" ON instances(... type disks (line 139) | CREATE INDEX IF NOT EXISTS "disks-name-index" ON disks(name COLLATE NOCASE) type disks (line 140) | CREATE INDEX IF NOT EXISTS "disks-region-index" ON disks(region COLLATE ... FILE: build/src/main.js function booleanFormatter (line 47) | function booleanFormatter(params) { function lowCo2Formatter (line 51) | function lowCo2Formatter(params) { function nullFormatter (line 55) | function nullFormatter(params) {