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.
 
 

16 lines
252 B

columns:
code_table:
type: text
oid:
type: bigint
constraints:
p_oids_code_table_key:
type: UNIQUE
column: code_table, oid
indexes:
i_oids_1:
column: code_table
method: btree
i_oids_2:
column: oid
method: btree