index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-31T03:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql
/
updates
/
83_realmd.sql
blob: 5c47beaabc85b6186e5fa2235412167843e9841a (
plain
)
1
2
3
ALTER
TABLE
account
CHANGE
COLUMN
tbc
expansion
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
;