This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
5
Fork
You've already forked salix
2
Code
Issues
Pull Requests
70
Releases
Wiki
Activity
c90a2b6e5c
salix
/
db
/
changes
/
10400-christmas
/
00-payMethod_hasVerified.sql
1 line
71 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(db): sql for supplier isPayMethodChecked
2021-12-20 07:01:13 +00:00
ALTER
TABLE
`
vn
`
.
`
payMethod
`
ADD
hasVerified
TINYINT
(
1
)
DEFAULT
0
NULL
;