columns:
|
|
code:
|
|
type: text
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_forme_activite'::regclass)"
|
|
section_code:
|
|
type: 'text[]'
|
|
section_id:
|
|
type: 'bigint[]'
|
|
section_texte:
|
|
type: 'text[]'
|
|
texte:
|
|
type: text
|
|
texte_court:
|
|
type: text
|
|
constraints:
|
|
t_forme_activite_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
t_forme_activite_ukey1:
|
|
type: UNIQUE
|
|
column: code
|
|
indexes:
|
|
i_forme_activite_code:
|
|
column: code
|
|
method: btree
|