Add new field

This commit is contained in:
2023-08-08 11:11:29 +02:00
parent 0262889913
commit eacf3b0700
5 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,7 @@ CREATE TABLE members (
birth_year smallint NULL,
birth_month smallint NULL,
birth_day smallint NULL,
dead BOOLEAN NOT NULL DEFAULT FALSE,
death_year smallint NULL,
death_month smallint NULL,
death_day smallint NULL,