columns:
|
|
classification_atc_id:
|
|
type: bigint
|
|
default: "0"
|
|
code:
|
|
type: text
|
|
default: "''::text"
|
|
code_original:
|
|
type: text
|
|
not_null: NOT NULL
|
|
fournisseur_reference_cacic_id:
|
|
type: bigint
|
|
default: "0"
|
|
lpp_id:
|
|
type: bigint
|
|
default: "0"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_article_reference_cacic'::regclass)"
|
|
section_code:
|
|
type: 'text[]'
|
|
section_id:
|
|
type: 'bigint[]'
|
|
section_texte:
|
|
type: 'text[]'
|
|
texte:
|
|
type: text
|
|
default: "''::text"
|
|
texte_court:
|
|
type: text
|
|
default: "''::text"
|
|
type_id:
|
|
type: bigint
|
|
default: "0"
|
|
ucd_id:
|
|
type: bigint
|
|
default: "0"
|
|
constraints:
|
|
t_article_reference_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
t_article_reference_ukey:
|
|
type: UNIQUE
|
|
column: code_original
|