Type species

This commit is contained in:
Matthew Dillon 2015-04-24 07:18:51 -08:00
parent 6b14c29f34
commit 9e49cf4bd1

View file

@ -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,