sort order: strains, species, char type, chars
This commit is contained in:
parent
22e4bbe1e4
commit
8e386c3521
5 changed files with 16 additions and 9 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue