5 lines
83 B
SQL
5 lines
83 B
SQL
ALTER TABLE tokens
|
|
ADD CONSTRAINT unit_jit UNIQUE (jwt_id);
|
|
|
|
--SET datestyle = '';
|