+/- table definition

Query

CREATE TABLE `org_user`  (
  `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
  `uid` INTEGER NULL,
  `org_id` INTEGER NULL,
  `is_public` INTEGER NULL
)
Use Shift + Up/Down to navigate recently-executed queries