surveilr_osquery_ms_node_boundary

Column Type PK Required Default
node_key No No
updated_at NUM No No
host_identifier No No
boundary No No

Foreign Keys

No data

Indexes

No data

SQL DDL

CREATE TABLE surveilr_osquery_ms_node_boundary(
  node_key,
  updated_at NUM,
  host_identifier,
  boundary
)