darkwatch/server/migrations/004_death_timer.sql

1 line
74 B
SQL

ALTER TABLE characters ADD COLUMN is_dead BOOLEAN NOT NULL DEFAULT FALSE;