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.
 
 
 

74 lines
1.6 KiB

columns:
code:
type: character varying(30)
default: "''::character varying"
code_original:
type: text
not_null: NOT NULL
intra_groupe:
type: character(1)
default: "'0'::bpchar"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_partenaires'::regclass)"
section1_code:
type: character varying(10)
default: "''::character varying"
section1_id:
type: bigint
default: "0"
section1_texte:
type: character varying(255)
default: "''::character varying"
section2_code:
type: character varying(10)
default: "''::character varying"
section2_id:
type: bigint
default: "0"
section2_texte:
type: character varying(255)
default: "''::character varying"
section3_code:
type: character varying(10)
default: "''::character varying"
section3_id:
type: bigint
default: "0"
section3_texte:
type: character varying(255)
default: "''::character varying"
section_code:
type: 'text[]'
section_id:
type: 'bigint[]'
section_texte:
type: 'text[]'
texte:
type: character varying(255)
texte_court:
type: character varying(50)
constraints:
t_partenaires_pkey:
type: PRIMARY KEY
column: oid
t_partenaires_ukey1:
type: UNIQUE
column: code_original
indexes:
i_partenaires_1:
column: '(section_id[1])'
method: btree
i_partenaires_2:
column: '(section_id[2])'
method: btree
i_partenaires_3:
column: '(section_id[3])'
method: btree
i_partenaires_4:
column: code
method: btree
i_partenaires_5:
column: code_original
method: btree