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
CREATE TABLE IF NOT EXISTS logs (id INTEGER PRIMARY KEY AUTOINCREMENT, resource_labels BLOB NOT NULL, scope_labels BLOB NOT NULL, log_labels BLOB NOT NULL, log TEXT NOT NULL);