pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
393 B

columns:
section_id:
type: bigint
not_null: NOT NULL
default: "0"
to_id:
type: bigint
not_null: NOT NULL
default: "0"
constraints:
t_classes_sections_elements_ukey:
type: UNIQUE
column: section_id, to_id
indexes:
i_classes_sections_elements_1:
column: section_id
method: btree
i_classes_sections_elements_2:
column: to_id
method: btree