Last active
March 3, 2023 07:53
-
-
Save PatrickKalkman/93c621dc508d2ce26620595000fa6a7a to your computer and use it in GitHub Desktop.
Table to store scan result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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