Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Jul 23, 2023
1 parent edc36c3 commit 632b126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQL/paradise_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 632b126

Please sign in to comment.