columns:
|
|
code:
|
|
type: text
|
|
liste_categorie_socio_professionnelle:
|
|
type: text
|
|
default: "''::text"
|
|
liste_code_emploi:
|
|
type: text
|
|
default: "''::text"
|
|
liste_etablissement:
|
|
type: text
|
|
default: "''::text"
|
|
liste_finess:
|
|
type: text
|
|
default: "''::text"
|
|
liste_grille:
|
|
type: text
|
|
default: "''::text"
|
|
liste_qualification:
|
|
type: text
|
|
default: "''::text"
|
|
liste_section_analytique:
|
|
type: text
|
|
default: "''::text"
|
|
liste_section_analytique_paie:
|
|
type: text
|
|
default: "''::text"
|
|
liste_service:
|
|
type: text
|
|
default: "''::text"
|
|
liste_specialite:
|
|
type: text
|
|
default: "''::text"
|
|
liste_statut:
|
|
type: text
|
|
default: "''::text"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_population_regle'::regclass)"
|
|
population_id:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "0"
|
|
priorite:
|
|
type: numeric(5,0)
|
|
texte:
|
|
type: text
|
|
constraints:
|
|
t_population_regle_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|