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.
 
 

28 lines
493 B

columns:
annee:
type: text
cardio_mention_code:
type: text
cardio_mention_id:
type: bigint
cdc:
type: text
est_valid:
type: boolean
default: 'false'
finess:
type: character(9)
nb_actes:
type: bigint
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etude_cardio'::regclass)"
constraints:
p_etude_cardio_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_etude_cardio_1:
column: cardio_mention_id
method: btree