+/- table definition

Query

CREATE TABLE "group"  (
  id TEXT NOT NULL,
  user_id TEXT,
  name TEXT,
  description TEXT,
  data JSON,
  meta JSON,
  permissions JSON,
  user_ids JSON,
  created_at BIGINT,
  updated_at BIGINT,
  PRIMARY KEY (id),
  UNIQUE (id)
)
Use Shift + Up/Down to navigate recently-executed queries