console_information_schema_table (view) Content
sqlean_define | name | TEXT | Yes | No | console/info-schema/table.sql?name=sqlean_define&stats=yes | [Content](console/info-schema/table.sql?name=sqlean_define&stats=yes) | [sqlean_define (table) Schema](console/info-schema/table.sql?name=sqlean_define&stats=yes) | console/content/table/sqlean_define.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/sqlean_define.sql?stats=yes) | [sqlean_define (table) Content](console/content/table/sqlean_define.sql?stats=yes) | CREATE TABLE sqlean_define(name text primary key, type text, body text) | |
sqlean_define | type | TEXT | No | No | console/info-schema/table.sql?name=sqlean_define&stats=yes | [Content](console/info-schema/table.sql?name=sqlean_define&stats=yes) | [sqlean_define (table) Schema](console/info-schema/table.sql?name=sqlean_define&stats=yes) | console/content/table/sqlean_define.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/sqlean_define.sql?stats=yes) | [sqlean_define (table) Content](console/content/table/sqlean_define.sql?stats=yes) | CREATE TABLE sqlean_define(name text primary key, type text, body text) | |
sqlean_define | body | TEXT | No | No | console/info-schema/table.sql?name=sqlean_define&stats=yes | [Content](console/info-schema/table.sql?name=sqlean_define&stats=yes) | [sqlean_define (table) Schema](console/info-schema/table.sql?name=sqlean_define&stats=yes) | console/content/table/sqlean_define.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/sqlean_define.sql?stats=yes) | [sqlean_define (table) Content](console/content/table/sqlean_define.sql?stats=yes) | CREATE TABLE sqlean_define(name text primary key, type text, body text) | |
assurance_schema | assurance_schema_id | VARCHAR | Yes | Yes | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | assurance_type | TEXT | No | Yes | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | code | TEXT | No | Yes | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | code_json | TEXT | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | governance | TEXT | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | created_at | TIMESTAMPTZ | No | No | CURRENT_TIMESTAMP | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) |
assurance_schema | created_by | TEXT | No | No | 'UNKNOWN' | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) |
assurance_schema | updated_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | updated_by | TEXT | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | deleted_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | deleted_by | TEXT | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
assurance_schema | activity_log | TEXT | No | No | console/info-schema/table.sql?name=assurance_schema&stats=yes | [Content](console/info-schema/table.sql?name=assurance_schema&stats=yes) | [assurance_schema (table) Schema](console/info-schema/table.sql?name=assurance_schema&stats=yes) | console/content/table/assurance_schema.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/assurance_schema.sql?stats=yes) | [assurance_schema (table) Content](console/content/table/assurance_schema.sql?stats=yes) | CREATE TABLE "assurance_schema" ( "assurance_schema_id" VARCHAR PRIMARY KEY NOT NULL, "assurance_type" TEXT NOT NULL, "code" TEXT NOT NULL, "code_json" TEXT CHECK(json_valid(code_json) OR code_json IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT ) | |
code_notebook_kernel | code_notebook_kernel_id | VARCHAR | Yes | Yes | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | kernel_name | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | description | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | mime_type | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | file_extn | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | elaboration | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | governance | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | created_at | TIMESTAMPTZ | No | No | CURRENT_TIMESTAMP | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) |
code_notebook_kernel | created_by | TEXT | No | No | 'UNKNOWN' | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) |
code_notebook_kernel | updated_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | updated_by | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | deleted_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | deleted_by | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_kernel | activity_log | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_kernel&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | [code_notebook_kernel (table) Schema](console/info-schema/table.sql?name=code_notebook_kernel&stats=yes) | console/content/table/code_notebook_kernel.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_kernel.sql?stats=yes) | [code_notebook_kernel (table) Content](console/content/table/code_notebook_kernel.sql?stats=yes) | CREATE TABLE "code_notebook_kernel" ( "code_notebook_kernel_id" VARCHAR PRIMARY KEY NOT NULL, "kernel_name" TEXT NOT NULL, "description" TEXT, "mime_type" TEXT, "file_extn" TEXT, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "governance" TEXT CHECK(json_valid(governance) OR governance IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, UNIQUE("kernel_name") ) | |
code_notebook_cell | code_notebook_cell_id | VARCHAR | Yes | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | notebook_kernel_id | VARCHAR | No | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | notebook_name | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | cell_name | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | cell_governance | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | interpretable_code | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | interpretable_code_hash | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | description | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | arguments | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | created_at | TIMESTAMPTZ | No | No | CURRENT_TIMESTAMP | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) |
code_notebook_cell | created_by | TEXT | No | No | 'UNKNOWN' | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) |
code_notebook_cell | updated_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | updated_by | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | deleted_at | TIMESTAMPTZ | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | deleted_by | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_cell | activity_log | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_cell&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | [code_notebook_cell (table) Schema](console/info-schema/table.sql?name=code_notebook_cell&stats=yes) | console/content/table/code_notebook_cell.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_cell.sql?stats=yes) | [code_notebook_cell (table) Content](console/content/table/code_notebook_cell.sql?stats=yes) | CREATE TABLE "code_notebook_cell" ( "code_notebook_cell_id" VARCHAR PRIMARY KEY NOT NULL, "notebook_kernel_id" VARCHAR NOT NULL, "notebook_name" TEXT NOT NULL, "cell_name" TEXT NOT NULL, "cell_governance" TEXT CHECK(json_valid(cell_governance) OR cell_governance IS NULL), "interpretable_code" TEXT NOT NULL, "interpretable_code_hash" TEXT NOT NULL, "description" TEXT, "arguments" TEXT CHECK(json_valid(arguments) OR arguments IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("notebook_kernel_id") REFERENCES "code_notebook_kernel"("code_notebook_kernel_id"), UNIQUE("notebook_name", "cell_name", "interpretable_code_hash") ) | |
code_notebook_state | code_notebook_state_id | VARCHAR | Yes | Yes | console/info-schema/table.sql?name=code_notebook_state&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | [code_notebook_state (table) Schema](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | console/content/table/code_notebook_state.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_state.sql?stats=yes) | [code_notebook_state (table) Content](console/content/table/code_notebook_state.sql?stats=yes) | CREATE TABLE "code_notebook_state" ( "code_notebook_state_id" VARCHAR PRIMARY KEY NOT NULL, "code_notebook_cell_id" VARCHAR NOT NULL, "from_state" TEXT NOT NULL, "to_state" TEXT NOT NULL, "transition_result" TEXT CHECK(json_valid(transition_result) OR transition_result IS NULL), "transition_reason" TEXT, "transitioned_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("code_notebook_cell_id") REFERENCES "code_notebook_cell"("code_notebook_cell_id"), UNIQUE("code_notebook_cell_id", "from_state", "to_state") ) | |
code_notebook_state | code_notebook_cell_id | VARCHAR | No | Yes | console/info-schema/table.sql?name=code_notebook_state&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | [code_notebook_state (table) Schema](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | console/content/table/code_notebook_state.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_state.sql?stats=yes) | [code_notebook_state (table) Content](console/content/table/code_notebook_state.sql?stats=yes) | CREATE TABLE "code_notebook_state" ( "code_notebook_state_id" VARCHAR PRIMARY KEY NOT NULL, "code_notebook_cell_id" VARCHAR NOT NULL, "from_state" TEXT NOT NULL, "to_state" TEXT NOT NULL, "transition_result" TEXT CHECK(json_valid(transition_result) OR transition_result IS NULL), "transition_reason" TEXT, "transitioned_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("code_notebook_cell_id") REFERENCES "code_notebook_cell"("code_notebook_cell_id"), UNIQUE("code_notebook_cell_id", "from_state", "to_state") ) | |
code_notebook_state | from_state | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_state&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | [code_notebook_state (table) Schema](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | console/content/table/code_notebook_state.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_state.sql?stats=yes) | [code_notebook_state (table) Content](console/content/table/code_notebook_state.sql?stats=yes) | CREATE TABLE "code_notebook_state" ( "code_notebook_state_id" VARCHAR PRIMARY KEY NOT NULL, "code_notebook_cell_id" VARCHAR NOT NULL, "from_state" TEXT NOT NULL, "to_state" TEXT NOT NULL, "transition_result" TEXT CHECK(json_valid(transition_result) OR transition_result IS NULL), "transition_reason" TEXT, "transitioned_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("code_notebook_cell_id") REFERENCES "code_notebook_cell"("code_notebook_cell_id"), UNIQUE("code_notebook_cell_id", "from_state", "to_state") ) | |
code_notebook_state | to_state | TEXT | No | Yes | console/info-schema/table.sql?name=code_notebook_state&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | [code_notebook_state (table) Schema](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | console/content/table/code_notebook_state.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_state.sql?stats=yes) | [code_notebook_state (table) Content](console/content/table/code_notebook_state.sql?stats=yes) | CREATE TABLE "code_notebook_state" ( "code_notebook_state_id" VARCHAR PRIMARY KEY NOT NULL, "code_notebook_cell_id" VARCHAR NOT NULL, "from_state" TEXT NOT NULL, "to_state" TEXT NOT NULL, "transition_result" TEXT CHECK(json_valid(transition_result) OR transition_result IS NULL), "transition_reason" TEXT, "transitioned_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("code_notebook_cell_id") REFERENCES "code_notebook_cell"("code_notebook_cell_id"), UNIQUE("code_notebook_cell_id", "from_state", "to_state") ) | |
code_notebook_state | transition_result | TEXT | No | No | console/info-schema/table.sql?name=code_notebook_state&stats=yes | [Content](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | [code_notebook_state (table) Schema](console/info-schema/table.sql?name=code_notebook_state&stats=yes) | console/content/table/code_notebook_state.sql?stats=yes | [Content]($SITE_PREFIX_URL/console/content/table/code_notebook_state.sql?stats=yes) | [code_notebook_state (table) Content](console/content/table/code_notebook_state.sql?stats=yes) | CREATE TABLE "code_notebook_state" ( "code_notebook_state_id" VARCHAR PRIMARY KEY NOT NULL, "code_notebook_cell_id" VARCHAR NOT NULL, "from_state" TEXT NOT NULL, "to_state" TEXT NOT NULL, "transition_result" TEXT CHECK(json_valid(transition_result) OR transition_result IS NULL), "transition_reason" TEXT, "transitioned_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "elaboration" TEXT CHECK(json_valid(elaboration) OR elaboration IS NULL), "created_at" TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP, "created_by" TEXT DEFAULT 'UNKNOWN', "updated_at" TIMESTAMPTZ, "updated_by" TEXT, "deleted_at" TIMESTAMPTZ, "deleted_by" TEXT, "activity_log" TEXT, FOREIGN KEY("code_notebook_cell_id") REFERENCES "code_notebook_cell"("code_notebook_cell_id"), UNIQUE("code_notebook_cell_id", "from_state", "to_state") ) |
(Page 1 of 17) Next