This website requires JavaScript.
Explore
Help
Sign in
starshard
/
holycow
Watch
1
Fork
You've already forked holycow
0
Code
Activity
main
holycow
/
holycow_backend
/
migrations
/
2024-11-29-151839_ununique matchnames
/
down.sql
3 lines
69 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
gjdfioghsdfuighjdfsg
2024-11-30 18:04:07 +00:00
ALTER
TABLE
matches
ADD
CONSTRAINT
match_unique_name
UNIQUE
(
name
)
;
Copy permalink