This website requires JavaScript.
Explore
Help
Register
Sign In
Tsumanu
/
bazzar
Watch
1
Star
0
Fork
0
You've already forked bazzar
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
66eb6395ac
bazzar
/
migrations
/
202204182135_add_uniq_add_time_format.sql
5 lines
83 B
MySQL
Raw
Normal View
History
Unescape
Escape
Token validation
2022-04-18 22:07:52 +02:00
ALTER
TABLE
tokens
Add lots of API endpoints
2022-04-19 16:49:30 +02:00
ADD
CONSTRAINT
unit_jit
UNIQUE
(
jwt_id
)
;
Token validation
2022-04-18 22:07:52 +02:00
-
-
SET
datestyle
=
'
'
;
Reference in New Issue
Copy Permalink