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.
 
 
 

30 lines
546 B

columns:
pole_code:
type: text
default: "''::text"
pole_id:
type: bigint
not_null: NOT NULL
default: "0"
pole_rule_id:
type: bigint
default: "0"
pole_section_code:
type: 'text[]'
pole_section_id:
type: 'bigint[]'
pole_section_texte:
type: 'text[]'
pole_texte:
type: text
default: "''::text"
taux:
type: numeric
default: "0"
indexes:
i_pole_rule_pole_pole_id:
column: pole_id
method: btree
i_pole_rule_pole_pole_rule_id:
column: pole_rule_id
method: btree