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.
|
|
columns:
|
|
|
date_facture:
|
|
|
type: date
|
|
|
default: "'2099-12-31'::date"
|
|
|
date_groupage:
|
|
|
type: date
|
|
|
default: "'2099-12-31'::date"
|
|
|
est_facture:
|
|
|
type: character(1)
|
|
|
default: "'1'::bpchar"
|
|
|
est_groupe:
|
|
|
type: character(1)
|
|
|
default: "'1'::bpchar"
|
|
|
est_valide:
|
|
|
type: character(1)
|
|
|
default: "'1'::bpchar"
|
|
|
rss_id:
|
|
|
type: bigint
|
|
|
not_null: NOT NULL
|
|
|
constraints:
|
|
|
p_rss_etat_pkey:
|
|
|
type: PRIMARY KEY
|
|
|
column: rss_id
|