mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-31 02:58:47 +00:00
6 lines
136 B
MySQL
6 lines
136 B
MySQL
|
|
CREATE TABLE eventstore.unique_constraints (
|
||
|
|
unique_type TEXT,
|
||
|
|
unique_field TEXT,
|
||
|
|
PRIMARY KEY (unique_type, unique_field)
|
||
|
|
)
|