This website requires JavaScript.
Explore
Help
Register
Sign In
chk
/
AppFlowy-Cloud
Watch
1
Star
0
Fork
You've already forked AppFlowy-Cloud
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b7e08687b4
AppFlowy-Cloud
/
migrations
/
20241031094508_af_uuid_inde...
5 lines
92 B
SQL
Raw
Blame
History
CREATE
UNIQUE
INDEX
IF
NOT
EXISTS
uq_af_user_uuid
ON
af_user
(
uuid
)
INCLUDE
(
uid
)
;
Reference in New Issue
View Git Blame
Copy Permalink