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.
 
 

76 lines
1.4 KiB

columns:
adresse:
type: text
default: "''::text"
code:
type: text
code_original:
type: text
code_postal_id:
type: bigint
default: "0"
email:
type: text
default: "''::text"
fax:
type: text
default: "''::text"
grand_regime_code:
type: text
default: "''::text"
grand_regime_id:
type: bigint
default: "0"
grand_regime_texte:
type: text
default: "''::text"
identifiant_groupe:
type: text
default: "''::text"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_tiers_payant'::regclass)"
section_code:
type: 'text[]'
section_id:
type: 'bigint[]'
section_texte:
type: 'text[]'
statut:
type: character(1)
telephone:
type: text
default: "''::text"
texte:
type: text
texte_court:
type: text
type_tiers_payant:
type: character(1)
type_tiers_payant_id:
type: bigint
default: "0"
type_tiers_payant_texte:
type: text
default: "''::text"
ville:
type: text
default: "''::text"
constraints:
t_tiers_payant_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_tiers_payant_1:
column: code
method: btree
i_tiers_payant_2:
column: type_tiers_payant
method: btree
i_tiers_payant_3:
column: grand_regime_id
method: btree
i_tiers_payant_4:
column: type_tiers_payant_id
method: btree