diff --git a/SQL/paradise_schema.sql b/SQL/paradise_schema.sql index 6047042d743..75d81c9eb03 100644 --- a/SQL/paradise_schema.sql +++ b/SQL/paradise_schema.sql @@ -116,6 +116,7 @@ CREATE TABLE `death` ( `pod` text NOT NULL COMMENT 'Place of death', `coord` text NOT NULL COMMENT 'X, Y, Z POD', `tod` datetime NOT NULL COMMENT 'Time of death', + `death_rid` INT NULL, `server_id` TEXT NULL DEFAULT NULL, `job` text NOT NULL, `special` text NOT NULL,