mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
3 lines
107 B
SQL
3 lines
107 B
SQL
ALTER TABLE characters
|
|
ADD COLUMN death_expire_time bigint(20) unsigned NOT NULL default '0' AFTER zone;
|