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.
 
 

32 lines
598 B

columns:
cardio_modalite_id:
type: bigint
cdc:
type: bigint
code:
type: text
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etude_cardio_mentions'::regclass)"
seuil_activite_1:
type: integer
seuil_activite_2:
type: integer
texte:
type: text
texte_court:
type: text
type:
type: character varying(1)
constraints:
t_etude_cardio_mentions_pkey:
type: PRIMARY KEY
column: oid
t_etude_cardio_mentions_ukey1:
type: UNIQUE
column: cdc, code
indexes:
i_etude_cardio_activites_1:
column: oid
method: btree