You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`repository`VARCHAR, -- github repository, ex: DominicTWHV/CTI-DB-DUMP | If using a txt dataset, the url will be stored if the dataset isn't on github.
3
+
`licensing`VARCHAR, -- dataset licensing
4
+
`dataset_type`VARCHAR, -- cockatoo_core, text (like traditional url blocklists)
5
+
`remote_update_interval`INT, -- in hours, how often the remote updates
6
+
7
+
`num_of_url_entries`INT,
8
+
`num_of_file_entries`INT,
9
+
`num_of_invite_entries`INT,
10
+
11
+
`enabled`INT DEFAULT 0, -- whether this dataset is enabled (1 = true, 0 = false)
`repository`VARCHAR, -- github repository, ex: DominicTWHV/CTI-DB-DUMP | If using a txt dataset, the url will be stored if the dataset isn't on github.
3
-
`licensing`VARCHAR, -- dataset licensing
4
-
`dataset_type`VARCHAR, -- cockatoo_core, text (like traditional url blocklists)
5
-
`remote_update_interval`INT, -- in hours, how often the remote updates
0 commit comments