zitadel/cmd/setup/44/01_table_definition.sql
2025-01-06 08:00:35 +01:00

14 lines
378 B
SQL

CREATE TABLE IF NOT EXISTS instances (
id TEXT PRIMARY KEY
, name TEXT NOT NULL
, change_date TIMESTAMPTZ NOT NULL
, creation_date TIMESTAMPTZ NOT NULL
, latest_position NUMERIC NOT NULL
, default_org_id TEXT
, iam_project_id TEXT
, console_client_id TEXT
, console_app_id TEXT
, default_language TEXT
);
-- | sequence INT8 NOT NULL,