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
57
Releases
Wiki
Activity
8174-crearTablaSim
salix
/
db
/
versions
/
11159-redIvy
/
00-firstScript.sql
4 lines
98 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
vn
.
itemShelvingSale
MODIFY
COLUMN
IF
EXISTS
isPicked
tinyint
(
1
)
DEFAULT
1
NOT
NULL
;
View Git Blame
Copy Permalink