Add new field
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user