Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Last active March 3, 2023 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatrickKalkman/93c621dc508d2ce26620595000fa6a7a to your computer and use it in GitHub Desktop.
Save PatrickKalkman/93c621dc508d2ce26620595000fa6a7a to your computer and use it in GitHub Desktop.
Table to store scan result
Column Name Data Type Constraints
id INTEGER UNIQUE
scan_id INTEGER UNIQUE
created TEXT
updated TEXT
progress INTEGER
high_alerts INTEGER
medium_alerts INTEGER
low_alerts INTEGER
info_alerts INTEGER
report TEXT
PRIMARY KEY id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment