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.
 
 

46 lines
920 B

columns:
cardio_mention_id:
type: bigint
cardio_modalite_id:
type: bigint
cdc:
type: bigint
code:
type: text
est_seuil:
type: boolean
liste_id:
type: bigint
mention:
type: character varying(1)
not_null: NOT NULL
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etude_cardio_familles_actes'::regclass)"
seuil_annuel:
type: bigint
texte:
type: text
texte_court:
type: text
constraints:
t_etude_cardio_familles_actes_pkey:
type: PRIMARY KEY
column: oid
t_etude_cardio_familles_actes_ukey1:
type: UNIQUE
column: cdc, code
indexes:
i_etude_cardio_familles_1:
column: code
method: btree
i_etude_cardio_familles_2:
column: cardio_modalite_id
method: btree
i_etude_cardio_familles_3:
column: cardio_mention_id
method: btree
i_etude_cardio_familles_4:
column: liste_id
method: btree