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.
 
 

23 lines
403 B

columns:
annee:
type: numeric
code:
type: text
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etudes'::regclass)"
seuil_degressivite:
type: numeric
taux_correction_apres_mars:
type: numeric
default: "0"
taux_correction_avant_mars:
type: numeric
default: "0"
texte:
type: text
indexes:
i_etude_7_1:
column: code
method: btree