sort order: strains, species, char type, chars

This commit is contained in:
Matthew Dillon 2015-06-18 09:33:17 -08:00
parent 22e4bbe1e4
commit 8e386c3521
5 changed files with 16 additions and 9 deletions

View file

@ -5,7 +5,7 @@ CREATE TABLE characteristics (
id BIGSERIAL NOT NULL,
characteristic_name TEXT NOT NULL,
characteristic_type_id BIGINT NOT NULL,
sort BIGINT NULL,
sort_order BIGINT NULL,
created_at TIMESTAMP WITH TIME ZONE NOT NULL,
updated_at TIMESTAMP WITH TIME ZONE NOT NULL,