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
e9870be76f
salix
/
db
/
versions
/
11172-blueFern
/
10-firstScript.sql
1 line
84 B
MySQL
Raw
Normal View
History
Unescape
Escape
refactor: refs #7756 Fix tests
2024-08-20 07:11:30 +00:00
ALTER
TABLE
vn
.
invoiceOut
MODIFY
COLUMN
id
int
(
10
)
unsigned
auto_increment
NOT
NULL
;