index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql-files
/
upgrade_svn13117_char.sql
blob: c3f2da56d21f449c144b32f9b4e8552ea3afba29 (
plain
) (
blame
)
1
ALTER
TABLE
`
char
`
ADD
COLUMN
`
mer_id
`
INTEGER
UNSIGNED
NOT
NULL
DEFAULT
'0'
AFTER
`
homun_id
`
;