mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
6 lines
131 B
MySQL
6 lines
131 B
MySQL
|
CREATE TABLE eventstore.unique_constraints (
|
||
|
unique_type TEXT,
|
||
|
unique_field TEXT,
|
||
|
PRIMARY KEY (unique_type, unique_field)
|
||
|
);
|