Add sort to characteristics
This commit is contained in:
parent
35bf1e363c
commit
0a75837292
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ CREATE TABLE characteristics (
|
|||
id BIGSERIAL NOT NULL,
|
||||
characteristic_name TEXT NOT NULL,
|
||||
characteristic_type_id BIGINT NOT NULL,
|
||||
sort BIGINT NULL,
|
||||
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
updated_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
|
|
Reference in a new issue