bazzar/migrations/202204182135_add_uniq_add_time_format.sql

5 lines
83 B
MySQL
Raw Normal View History

2022-04-18 22:07:52 +02:00
ALTER TABLE tokens
2022-04-19 16:49:30 +02:00
ADD CONSTRAINT unit_jit UNIQUE (jwt_id);
2022-04-18 22:07:52 +02:00
--SET datestyle = '';