This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
59
Releases
Wiki
Activity
e27bf2ef8b
salix
/
db
/
.archive
/
233801
/
00-firstScript.sql
2 lines
93 B
MySQL
Raw
Normal View
History
Unescape
Escape
refs #6131 unique constraint country-name
2023-09-11 17:28:05 +00:00
ALTER
TABLE
`
vn
`
.
`
province
`
ADD
CONSTRAINT
`
countryName_UN
`
UNIQUE
KEY
(
`
countryFk
`
,
`
name
`
)
;