mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:07:32 +00:00
6 lines
185 B
SQL
6 lines
185 B
SQL
CREATE TABLE IF NOT EXISTS eventstore.unique_constraints (
|
|
instance_id TEXT,
|
|
unique_type TEXT,
|
|
unique_field TEXT,
|
|
PRIMARY KEY (instance_id, unique_type, unique_field)
|
|
); |