mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 04:48:04 +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)
|
||
|
)
|