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.
 
 

29 lines
598 B

columns:
created_at:
type: timestamp without time zone
not_null: NOT NULL
default: now()
date_debut_gmt:
type: timestamp without time zone
not_null: NOT NULL
date_fin_gmt:
type: timestamp without time zone
not_null: NOT NULL
gme_code:
type: text
gmt_code:
type: text
not_null: NOT NULL
gmt_libelle:
type: text
montant_valorise:
type: integer
montant_valorise_par_jour:
type: numeric(13,2)
no_sejour:
type: text
not_null: NOT NULL
constraints:
p_gmt_valorises_pkey:
type: PRIMARY KEY
column: gmt_code, no_sejour