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.
 
 

38 lines
704 B

columns:
activite_id:
type: bigint
default: "0"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_transformation'::regclass)"
prestation_id:
type: bigint
default: "0"
rubrique_id:
type: bigint
default: "0"
service_facturation_id:
type: bigint
default: "0"
texte:
type: text
to_id:
type: bigint
default: "0"
type:
type: text
unite_fonctionnelle_id:
type: bigint
default: "0"
constraints:
t_transformation_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_transformation_prestation_id:
column: prestation_id
method: btree
i_transformation_rubrique_id:
column: rubrique_id
method: btree