Type species
This commit is contained in:
parent
6b14c29f34
commit
9e49cf4bd1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ CREATE TABLE species (
|
|||
id BIGSERIAL NOT NULL,
|
||||
genus_id BIGINT NOT NULL,
|
||||
species_name CHARACTER VARYING(100) NOT NULL,
|
||||
type_species BOOLEAN NULL,
|
||||
subspecies_species_id BIGINT NULL,
|
||||
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
|
|
Reference in a new issue