@tricoteuses/senat 2.10.5 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/databases.d.ts +1 -28
- package/lib/databases.js +0 -6
- package/lib/datasets.d.ts +6 -0
- package/lib/datasets.js +233 -0
- package/lib/model/ameli.d.ts +31 -143
- package/lib/model/ameli.js +102 -95
- package/lib/model/debats.d.ts +13 -51
- package/lib/model/documents.d.ts +2 -0
- package/lib/model/documents.js +37 -0
- package/lib/model/dosleg.d.ts +9 -104
- package/lib/model/dosleg.js +76 -108
- package/lib/model/index.d.ts +4 -2
- package/lib/model/index.js +4 -2
- package/lib/model/questions.d.ts +10 -458
- package/lib/model/scrutins.d.ts +3 -0
- package/lib/model/scrutins.js +74 -0
- package/lib/model/sens.d.ts +28 -1002
- package/lib/model/sens.js +65 -33
- package/lib/raw_types/ameli.d.ts +778 -1521
- package/lib/raw_types/ameli.js +5 -345
- package/lib/raw_types/db.d.ts +11389 -0
- package/lib/raw_types/db.js +5 -0
- package/lib/raw_types/debats.d.ts +163 -306
- package/lib/raw_types/debats.js +5 -84
- package/lib/raw_types/dosleg.d.ts +1349 -2293
- package/lib/raw_types/dosleg.js +5 -550
- package/lib/raw_types/questions.d.ts +374 -519
- package/lib/raw_types/questions.js +5 -84
- package/lib/raw_types/senat.d.ts +11389 -0
- package/lib/raw_types/senat.js +5 -0
- package/lib/raw_types/sens.d.ts +6729 -12571
- package/lib/raw_types/sens.js +5 -2944
- package/lib/raw_types_schemats/ameli.d.ts +2 -2
- package/lib/raw_types_schemats/debats.d.ts +2 -2
- package/lib/raw_types_schemats/dosleg.d.ts +2 -2
- package/lib/raw_types_schemats/questions.d.ts +2 -2
- package/lib/raw_types_schemats/sens.d.ts +2 -2
- package/lib/scripts/convert_data.js +37 -31
- package/lib/scripts/retrieve_open_data.js +35 -1
- package/package.json +10 -10
package/lib/raw_types/sens.js
CHANGED
|
@@ -1,2944 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
requiredForInsert: ['acrnum', 'srvcod', 'acrcod', 'acrmotpas', 'acrnom', 'acrcachflag'],
|
|
7
|
-
primaryKey: 'acrnum',
|
|
8
|
-
foreignKeys: {},
|
|
9
|
-
$type: null,
|
|
10
|
-
$input: null
|
|
11
|
-
};
|
|
12
|
-
const activite = {
|
|
13
|
-
tableName: 'activite',
|
|
14
|
-
columns: ['actid', 'typactcod', 'catactcod', 'scrid', 'comcod', 'delegacod', 'actlic', 'actlib', 'datdeb', 'datfin', 'validdat', 'envjodat', 'nb_participants', 'nb_delegations', 'giacod', 'gecod'],
|
|
15
|
-
requiredForInsert: ['actid', 'typactcod', 'catactcod', 'datdeb', 'datfin'],
|
|
16
|
-
primaryKey: 'actid',
|
|
17
|
-
foreignKeys: {},
|
|
18
|
-
$type: null,
|
|
19
|
-
$input: null
|
|
20
|
-
};
|
|
21
|
-
const activite_audit = {
|
|
22
|
-
tableName: 'activite_audit',
|
|
23
|
-
columns: ['actid', 'rev', 'revtype', 'revend', 'actlib', 'actlib_mod', 'actlic', 'actlic_mod', 'datdeb', 'datdeb_mod', 'datfin', 'datfin_mod', 'supprimedat', 'supprimedat_mod', 'supprimelog', 'supprimelog_mod', 'catactcod', 'catact_mod', 'comcod', 'com_mod', 'delegacod', 'delega_mod', 'participants_mod', 'scrid', 'scr_mod', 'typactcod', 'typact_mod', 'validdat', 'validdat_mod', 'validlog', 'validlog_mod', 'envjodat', 'envjodat_mod', 'envjolog', 'envjolog_mod', 'delegants_mod', 'nb_participants', 'nbparticipants_mod', 'nb_delegations', 'nbdelegations_mod', 'giacod', 'gia_mod', 'gecod', 'groupeetude_mod', 'derogationliee_mod', 'activiteslieesdroite_mod', 'activiteslieesgauche_mod', 'lois_mod'],
|
|
24
|
-
requiredForInsert: ['actid', 'rev'],
|
|
25
|
-
primaryKey: 'actid',
|
|
26
|
-
foreignKeys: {},
|
|
27
|
-
$type: null,
|
|
28
|
-
$input: null
|
|
29
|
-
};
|
|
30
|
-
const activite_delegation = {
|
|
31
|
-
tableName: 'activite_delegation',
|
|
32
|
-
columns: ['delegactid', 'actid', 'senmat', 'senmat_delegue', 'delegidx'],
|
|
33
|
-
requiredForInsert: ['delegactid', 'actid', 'senmat'],
|
|
34
|
-
primaryKey: 'delegactid',
|
|
35
|
-
foreignKeys: {},
|
|
36
|
-
$type: null,
|
|
37
|
-
$input: null
|
|
38
|
-
};
|
|
39
|
-
const activite_delegation_audit = {
|
|
40
|
-
tableName: 'activite_delegation_audit',
|
|
41
|
-
columns: ['delegactid', 'rev', 'revtype', 'revend', 'delegidx', 'index_mod', 'actid', 'act_mod', 'senmat', 'delegant_mod', 'senmat_delegue', 'delegue_mod'],
|
|
42
|
-
requiredForInsert: ['delegactid', 'rev'],
|
|
43
|
-
primaryKey: 'delegactid',
|
|
44
|
-
foreignKeys: {},
|
|
45
|
-
$type: null,
|
|
46
|
-
$input: null
|
|
47
|
-
};
|
|
48
|
-
const activite_loi = {
|
|
49
|
-
tableName: 'activite_loi',
|
|
50
|
-
columns: ['actid', 'loicod'],
|
|
51
|
-
requiredForInsert: ['actid', 'loicod'],
|
|
52
|
-
primaryKey: 'actid',
|
|
53
|
-
foreignKeys: {},
|
|
54
|
-
$type: null,
|
|
55
|
-
$input: null
|
|
56
|
-
};
|
|
57
|
-
const activite_loi_audit = {
|
|
58
|
-
tableName: 'activite_loi_audit',
|
|
59
|
-
columns: ['rev', 'actid', 'loicod', 'revtype', 'revend'],
|
|
60
|
-
requiredForInsert: ['rev', 'actid', 'loicod'],
|
|
61
|
-
primaryKey: 'rev',
|
|
62
|
-
foreignKeys: {},
|
|
63
|
-
$type: null,
|
|
64
|
-
$input: null
|
|
65
|
-
};
|
|
66
|
-
const activite_obligatoire = {
|
|
67
|
-
tableName: 'activite_obligatoire',
|
|
68
|
-
columns: ['actoblid', 'typactcod', 'catactcod'],
|
|
69
|
-
requiredForInsert: ['actoblid', 'typactcod', 'catactcod'],
|
|
70
|
-
primaryKey: 'actoblid',
|
|
71
|
-
foreignKeys: {},
|
|
72
|
-
$type: null,
|
|
73
|
-
$input: null
|
|
74
|
-
};
|
|
75
|
-
const activite_participant = {
|
|
76
|
-
tableName: 'activite_participant',
|
|
77
|
-
columns: ['actparid', 'actid', 'senmat', 'fapcod', 'fapidx', 'typactparcod', 'teleparticipation'],
|
|
78
|
-
requiredForInsert: ['actparid', 'actid', 'senmat'],
|
|
79
|
-
primaryKey: 'actparid',
|
|
80
|
-
foreignKeys: {},
|
|
81
|
-
$type: null,
|
|
82
|
-
$input: null
|
|
83
|
-
};
|
|
84
|
-
const activite_participant_audit = {
|
|
85
|
-
tableName: 'activite_participant_audit',
|
|
86
|
-
columns: ['actparid', 'rev', 'revtype', 'revend', 'fapidx', 'indexfonction_mod', 'actid', 'act_mod', 'fapcod', 'fonctionactivite_mod', 'senmat', 'sen_mod', 'typactparcod', 'typactpar_mod', 'teleparticipation', 'teleparticipation_mod'],
|
|
87
|
-
requiredForInsert: ['actparid', 'rev'],
|
|
88
|
-
primaryKey: 'actparid',
|
|
89
|
-
foreignKeys: {},
|
|
90
|
-
$type: null,
|
|
91
|
-
$input: null
|
|
92
|
-
};
|
|
93
|
-
const activite_senateur = {
|
|
94
|
-
tableName: 'activite_senateur',
|
|
95
|
-
columns: ['actsenid', 'senmat', 'typactsencod', 'datdeb', 'datfin', 'libelle'],
|
|
96
|
-
requiredForInsert: ['actsenid', 'senmat', 'typactsencod', 'datdeb', 'datfin'],
|
|
97
|
-
primaryKey: 'actsenid',
|
|
98
|
-
foreignKeys: {},
|
|
99
|
-
$type: null,
|
|
100
|
-
$input: null
|
|
101
|
-
};
|
|
102
|
-
const activite_senateur_audit = {
|
|
103
|
-
tableName: 'activite_senateur_audit',
|
|
104
|
-
columns: ['actsenid', 'senmat', 'sen_mod', 'typactsencod', 'typactsen_mod', 'datdeb', 'datdeb_mod', 'datfin', 'datfin_mod', 'libelle', 'libelle_mod', 'rev', 'revtype', 'revend'],
|
|
105
|
-
requiredForInsert: ['rev'],
|
|
106
|
-
primaryKey: null,
|
|
107
|
-
foreignKeys: {},
|
|
108
|
-
$type: null,
|
|
109
|
-
$input: null
|
|
110
|
-
};
|
|
111
|
-
const activite_senateur_params = {
|
|
112
|
-
tableName: 'activite_senateur_params',
|
|
113
|
-
columns: ['actsenparid', 'publie_lundi', 'publie_vendredi', 'senmat', 'full_json_utf8'],
|
|
114
|
-
requiredForInsert: ['actsenparid', 'senmat'],
|
|
115
|
-
primaryKey: 'senmat',
|
|
116
|
-
foreignKeys: {},
|
|
117
|
-
$type: null,
|
|
118
|
-
$input: null
|
|
119
|
-
};
|
|
120
|
-
const activite_senateur_params_audit = {
|
|
121
|
-
tableName: 'activite_senateur_params_audit',
|
|
122
|
-
columns: ['actsenparid', 'publie_lundi', 'publielundi_mod', 'publie_vendredi', 'publievendredi_mod', 'senmat', 'sen_mod', 'rev', 'revtype', 'revend'],
|
|
123
|
-
requiredForInsert: ['actsenparid', 'rev'],
|
|
124
|
-
primaryKey: null,
|
|
125
|
-
foreignKeys: {},
|
|
126
|
-
$type: null,
|
|
127
|
-
$input: null
|
|
128
|
-
};
|
|
129
|
-
const activites_liees = {
|
|
130
|
-
tableName: 'activites_liees',
|
|
131
|
-
columns: ['gauche', 'droite'],
|
|
132
|
-
requiredForInsert: ['gauche', 'droite'],
|
|
133
|
-
primaryKey: 'gauche',
|
|
134
|
-
foreignKeys: {},
|
|
135
|
-
$type: null,
|
|
136
|
-
$input: null
|
|
137
|
-
};
|
|
138
|
-
const activites_liees_audit = {
|
|
139
|
-
tableName: 'activites_liees_audit',
|
|
140
|
-
columns: ['rev', 'gauche', 'droite', 'revtype', 'revend'],
|
|
141
|
-
requiredForInsert: ['rev', 'gauche', 'droite'],
|
|
142
|
-
primaryKey: 'rev',
|
|
143
|
-
foreignKeys: {},
|
|
144
|
-
$type: null,
|
|
145
|
-
$input: null
|
|
146
|
-
};
|
|
147
|
-
const actpro = {
|
|
148
|
-
tableName: 'actpro',
|
|
149
|
-
columns: ['actprocod', 'actprolib', 'actpronumtri', 'syscredat', 'sysmajdat'],
|
|
150
|
-
requiredForInsert: ['actprocod', 'actprolib'],
|
|
151
|
-
primaryKey: 'actprocod',
|
|
152
|
-
foreignKeys: {},
|
|
153
|
-
$type: null,
|
|
154
|
-
$input: null
|
|
155
|
-
};
|
|
156
|
-
const adhgrpsen = {
|
|
157
|
-
tableName: 'adhgrpsen',
|
|
158
|
-
columns: ['adhgrpsenid', 'sennomtec', 'senateur', 'senmat', 'evelic', 'orgcod', 'fonction', 'adhesion'],
|
|
159
|
-
requiredForInsert: ['adhgrpsenid'],
|
|
160
|
-
primaryKey: 'adhgrpsenid',
|
|
161
|
-
foreignKeys: {},
|
|
162
|
-
$type: null,
|
|
163
|
-
$input: null
|
|
164
|
-
};
|
|
165
|
-
const adr = {
|
|
166
|
-
tableName: 'adr',
|
|
167
|
-
columns: ['adrid', 'reladrcod', 'temvalcod', 'adrcmp', 'adrcmp2', 'adrnumvoi', 'adrbister', 'adrnomvoi', 'adrcom', 'adrcodpos', 'adrburdis', 'adrtel', 'adrfax', 'adrtelmob', 'adrcdxcod', 'adrcdxlib', 'adrema', 'evelic', 'evelib', 'evelil', 'eveobs', 'syscredat', 'sysmajdat'],
|
|
168
|
-
requiredForInsert: ['adrid'],
|
|
169
|
-
primaryKey: 'adrid',
|
|
170
|
-
foreignKeys: {},
|
|
171
|
-
$type: null,
|
|
172
|
-
$input: null
|
|
173
|
-
};
|
|
174
|
-
const adresse = {
|
|
175
|
-
tableName: 'adresse',
|
|
176
|
-
columns: ['adrid', 'poiconid', 'typbistercod', 'typvoicod', 'adrcmp', 'adrcmp2', 'adrnumvoi', 'adrnomvoi', 'adrcom', 'adrcodpos', 'adrburdis', 'adrcdxcod', 'adrcdxlib', 'adrnumtri', 'syscredat', 'sysmajdat'],
|
|
177
|
-
requiredForInsert: ['adrid', 'poiconid', 'typbistercod', 'typvoicod'],
|
|
178
|
-
primaryKey: 'adrid',
|
|
179
|
-
foreignKeys: {},
|
|
180
|
-
$type: null,
|
|
181
|
-
$input: null
|
|
182
|
-
};
|
|
183
|
-
const adrsen = {
|
|
184
|
-
tableName: 'adrsen',
|
|
185
|
-
columns: ['adrsenid', 'typadrcod', 'adrsennumtri', 'adrid', 'senmat', 'syscredat', 'sysmajdat'],
|
|
186
|
-
requiredForInsert: ['adrsenid', 'typadrcod', 'adrid', 'senmat'],
|
|
187
|
-
primaryKey: 'adrsenid',
|
|
188
|
-
foreignKeys: {},
|
|
189
|
-
$type: null,
|
|
190
|
-
$input: null
|
|
191
|
-
};
|
|
192
|
-
const app = {
|
|
193
|
-
tableName: 'app',
|
|
194
|
-
columns: ['appcod', 'applib', 'oralog', 'syscredat', 'sysmajdat'],
|
|
195
|
-
requiredForInsert: ['appcod'],
|
|
196
|
-
primaryKey: 'appcod',
|
|
197
|
-
foreignKeys: {},
|
|
198
|
-
$type: null,
|
|
199
|
-
$input: null
|
|
200
|
-
};
|
|
201
|
-
const assparint = {
|
|
202
|
-
tableName: 'assparint',
|
|
203
|
-
columns: ['assparintid', 'delegacod', 'rolcod'],
|
|
204
|
-
requiredForInsert: ['assparintid', 'delegacod', 'rolcod'],
|
|
205
|
-
primaryKey: 'assparintid',
|
|
206
|
-
foreignKeys: {},
|
|
207
|
-
$type: null,
|
|
208
|
-
$input: null
|
|
209
|
-
};
|
|
210
|
-
const asster = {
|
|
211
|
-
tableName: 'asster',
|
|
212
|
-
columns: ['asstercod', 'assterlib', 'assterlic', 'assternumtri', 'assterurlcmp', 'syscredat', 'sysmajdat', 'assterart'],
|
|
213
|
-
requiredForInsert: ['asstercod'],
|
|
214
|
-
primaryKey: 'asstercod',
|
|
215
|
-
foreignKeys: {},
|
|
216
|
-
$type: null,
|
|
217
|
-
$input: null
|
|
218
|
-
};
|
|
219
|
-
const autgrpsen = {
|
|
220
|
-
tableName: 'autgrpsen',
|
|
221
|
-
columns: ['autgrpsencod', 'autgrpsenlic', 'autgrpsenlib', 'autgrpsennumtri'],
|
|
222
|
-
requiredForInsert: ['autgrpsencod'],
|
|
223
|
-
primaryKey: 'autgrpsencod',
|
|
224
|
-
foreignKeys: {},
|
|
225
|
-
$type: null,
|
|
226
|
-
$input: null
|
|
227
|
-
};
|
|
228
|
-
const autorisation_profil = {
|
|
229
|
-
tableName: 'autorisation_profil',
|
|
230
|
-
columns: ['autprofilid', 'autcod', 'procod', 'autpronum', 'syscredat', 'sysmajdat'],
|
|
231
|
-
requiredForInsert: ['autprofilid', 'autcod', 'procod'],
|
|
232
|
-
primaryKey: 'autprofilid',
|
|
233
|
-
foreignKeys: {},
|
|
234
|
-
$type: null,
|
|
235
|
-
$input: null
|
|
236
|
-
};
|
|
237
|
-
const autorisations = {
|
|
238
|
-
tableName: 'autorisations',
|
|
239
|
-
columns: ['autcod', 'autlil', 'syscredat', 'sysmajdat'],
|
|
240
|
-
requiredForInsert: ['autcod'],
|
|
241
|
-
primaryKey: 'autcod',
|
|
242
|
-
foreignKeys: {},
|
|
243
|
-
$type: null,
|
|
244
|
-
$input: null
|
|
245
|
-
};
|
|
246
|
-
const avis_nomination_art13 = {
|
|
247
|
-
tableName: 'avis_nomination_art13',
|
|
248
|
-
columns: ['avinomart13cod', 'avinomart13lib', 'avinomart13lic'],
|
|
249
|
-
requiredForInsert: ['avinomart13cod', 'avinomart13lib'],
|
|
250
|
-
primaryKey: 'avinomart13cod',
|
|
251
|
-
foreignKeys: {},
|
|
252
|
-
$type: null,
|
|
253
|
-
$input: null
|
|
254
|
-
};
|
|
255
|
-
const basdes = {
|
|
256
|
-
tableName: 'basdes',
|
|
257
|
-
columns: ['basdescod', 'basdeslic', 'basdeslib', 'basdesnumtri', 'syscredat', 'sysmajdat'],
|
|
258
|
-
requiredForInsert: ['basdescod'],
|
|
259
|
-
primaryKey: 'basdescod',
|
|
260
|
-
foreignKeys: {},
|
|
261
|
-
$type: null,
|
|
262
|
-
$input: null
|
|
263
|
-
};
|
|
264
|
-
const bur = {
|
|
265
|
-
tableName: 'bur',
|
|
266
|
-
columns: ['burcod', 'burlib', 'burlic', 'burnumtri', 'burlil', 'burlibhon', 'burlicfem', 'burlibfem', 'burlilfem', 'burlicplu', 'burlibplu', 'burlilplu', 'burlibhonfem', 'burlibhonplu', 'syscredat', 'sysmajdat', 'burlicfemplu', 'burlibfemplu', 'burlilfemplu'],
|
|
267
|
-
requiredForInsert: ['burcod'],
|
|
268
|
-
primaryKey: 'burcod',
|
|
269
|
-
foreignKeys: {},
|
|
270
|
-
$type: null,
|
|
271
|
-
$input: null
|
|
272
|
-
};
|
|
273
|
-
const bur3r = {
|
|
274
|
-
tableName: 'bur3r',
|
|
275
|
-
columns: ['burcod', 'burlic', 'burlib', 'burlil', 'burlicfem', 'burlibfem', 'burlilfem', 'burlibhon', 'burlibhonfem', 'burlibhonplu', 'burnumtri', 'burlicplu', 'burlibplu', 'burlilplu', 'syscredat', 'sysmajdat'],
|
|
276
|
-
requiredForInsert: ['burcod'],
|
|
277
|
-
primaryKey: 'burcod',
|
|
278
|
-
foreignKeys: {},
|
|
279
|
-
$type: null,
|
|
280
|
-
$input: null
|
|
281
|
-
};
|
|
282
|
-
const bur4r = {
|
|
283
|
-
tableName: 'bur4r',
|
|
284
|
-
columns: ['burcod', 'burlic', 'burlib', 'burlil', 'burlicfem', 'burlibfem', 'burlilfem', 'burlibhon', 'burlibhonfem', 'burlibhonplu', 'burnumtri', 'burlicplu', 'burlibplu', 'burlilplu', 'syscredat', 'sysmajdat'],
|
|
285
|
-
requiredForInsert: ['burcod'],
|
|
286
|
-
primaryKey: 'burcod',
|
|
287
|
-
foreignKeys: {},
|
|
288
|
-
$type: null,
|
|
289
|
-
$input: null
|
|
290
|
-
};
|
|
291
|
-
const cad = {
|
|
292
|
-
tableName: 'cad',
|
|
293
|
-
columns: ['cadcod', 'cadlib', 'cadlic', 'cadnumtri', 'syscredat', 'sysmajdat'],
|
|
294
|
-
requiredForInsert: ['cadcod', 'cadlib', 'cadlic'],
|
|
295
|
-
primaryKey: 'cadcod',
|
|
296
|
-
foreignKeys: {},
|
|
297
|
-
$type: null,
|
|
298
|
-
$input: null
|
|
299
|
-
};
|
|
300
|
-
const candid = {
|
|
301
|
-
tableName: 'candid',
|
|
302
|
-
columns: ['candidid', 'dpteleid', 'senmat', 'etasencodold', 'lisdpteleid', 'quacod', 'parpolorgcod', 'candidnum', 'candidcmp', 'candidinst2', 'candidelu', 'candidlisind', 'quacodsup', 'candidsupdatnai', 'cspcod', 'candidmaintenu', 'candidpers1', 'candidpers2', 'candidsortant', 'syscredat', 'sysmajdat', 'foncandidcod1', 'foncandidcod2', 'candidnom', 'candidsupnom', 'typcandidcod', 'candidprenom', 'resnbrvoimajt1', 'resnbrvoimajt2', 'candiddatnai', 'candidsupprenom', 'reselumajt1', 'reselumajt2', 'parpolorgprvcod', 'foncandsupcod1', 'foncandsupcod2'],
|
|
303
|
-
requiredForInsert: ['candidid', 'quacod', 'candidnom', 'typcandidcod', 'candidprenom'],
|
|
304
|
-
primaryKey: 'candidid',
|
|
305
|
-
foreignKeys: {},
|
|
306
|
-
$type: null,
|
|
307
|
-
$input: null
|
|
308
|
-
};
|
|
309
|
-
const candidat = {
|
|
310
|
-
tableName: 'candidat',
|
|
311
|
-
columns: ['id', 'matricule', 'codecirconscription', 'circonscription', 'numerodepanneau', 'libelleabregedeliste', 'libelledelaliste', 'nuancedeliste', 'tetedeliste', 'ordre', 'sexe', 'nomsurlebulletindevote', 'prenomsurlebulletindevote', 'nomdenaissance', 'prenomdenaissance', 'datedenaissance', 'lieudenaissance', 'nuance', 'nationalite', 'csp', 'profession', 'etiquettepolitique', 'sortant', 'perso', 'mail', 'telephone', 'warning', 'elu'],
|
|
312
|
-
requiredForInsert: [],
|
|
313
|
-
primaryKey: null,
|
|
314
|
-
foreignKeys: {},
|
|
315
|
-
$type: null,
|
|
316
|
-
$input: null
|
|
317
|
-
};
|
|
318
|
-
const candtodelete = {
|
|
319
|
-
tableName: 'candtodelete',
|
|
320
|
-
columns: ['senmat'],
|
|
321
|
-
requiredForInsert: ['senmat'],
|
|
322
|
-
primaryKey: null,
|
|
323
|
-
foreignKeys: {},
|
|
324
|
-
$type: null,
|
|
325
|
-
$input: null
|
|
326
|
-
};
|
|
327
|
-
const categorie_activite = {
|
|
328
|
-
tableName: 'categorie_activite',
|
|
329
|
-
columns: ['catactcod', 'catactlic', 'catactlib', 'pleniere', 'catactlibtap', 'publiee_jo'],
|
|
330
|
-
requiredForInsert: ['catactcod', 'catactlic', 'catactlib'],
|
|
331
|
-
primaryKey: 'catactcod',
|
|
332
|
-
foreignKeys: {},
|
|
333
|
-
$type: null,
|
|
334
|
-
$input: null
|
|
335
|
-
};
|
|
336
|
-
const catpro = {
|
|
337
|
-
tableName: 'catpro',
|
|
338
|
-
columns: ['catprocod', 'actprocod', 'seccod', 'catprolib', 'catprolic', 'catprolil', 'catpronumtri', 'syscredat', 'sysmajdat'],
|
|
339
|
-
requiredForInsert: ['catprocod', 'actprocod', 'seccod', 'catprolib', 'catprolic'],
|
|
340
|
-
primaryKey: 'catprocod',
|
|
341
|
-
foreignKeys: {},
|
|
342
|
-
$type: null,
|
|
343
|
-
$input: null
|
|
344
|
-
};
|
|
345
|
-
const catpro2e = {
|
|
346
|
-
tableName: 'catpro2e',
|
|
347
|
-
columns: ['catprocod', 'seccod', 'catprolic', 'catprolib', 'catprolil', 'catpronumtri'],
|
|
348
|
-
requiredForInsert: ['catprocod', 'seccod', 'catprolic', 'catprolib'],
|
|
349
|
-
primaryKey: 'catprocod',
|
|
350
|
-
foreignKeys: {},
|
|
351
|
-
$type: null,
|
|
352
|
-
$input: null
|
|
353
|
-
};
|
|
354
|
-
const catterrit = {
|
|
355
|
-
tableName: 'catterrit',
|
|
356
|
-
columns: ['catterritcod', 'catterritlic', 'catterritlib', 'catterritlil', 'catterritnumtri'],
|
|
357
|
-
requiredForInsert: ['catterritcod'],
|
|
358
|
-
primaryKey: 'catterritcod',
|
|
359
|
-
foreignKeys: {},
|
|
360
|
-
$type: null,
|
|
361
|
-
$input: null
|
|
362
|
-
};
|
|
363
|
-
const cible_categorie_periode = {
|
|
364
|
-
tableName: 'cible_categorie_periode',
|
|
365
|
-
columns: ['ccpid', 'perid', 'catactcod', 'comcod', 'cible'],
|
|
366
|
-
requiredForInsert: ['ccpid', 'perid', 'catactcod', 'cible'],
|
|
367
|
-
primaryKey: 'ccpid',
|
|
368
|
-
foreignKeys: {},
|
|
369
|
-
$type: null,
|
|
370
|
-
$input: null
|
|
371
|
-
};
|
|
372
|
-
const cirdep = {
|
|
373
|
-
tableName: 'cirdep',
|
|
374
|
-
columns: ['depcod', 'deplib', 'depnumtri', 'depurlcmp', 'syscredat', 'sysmajdat'],
|
|
375
|
-
requiredForInsert: ['depcod', 'deplib'],
|
|
376
|
-
primaryKey: 'depcod',
|
|
377
|
-
foreignKeys: {},
|
|
378
|
-
$type: null,
|
|
379
|
-
$input: null
|
|
380
|
-
};
|
|
381
|
-
const com = {
|
|
382
|
-
tableName: 'com',
|
|
383
|
-
columns: ['typorgcod', 'orgcod', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgnumtie', 'temvalcod', 'evelic', 'evelib', 'evelil', 'orgart', 'comlilmin', 'orgurlsim', 'orgurlcmp', 'comlibameli', 'comcodameli', 'divcod', 'syscredat', 'sysmajdat'],
|
|
384
|
-
requiredForInsert: ['typorgcod', 'orgcod'],
|
|
385
|
-
primaryKey: 'orgcod',
|
|
386
|
-
foreignKeys: {},
|
|
387
|
-
$type: null,
|
|
388
|
-
$input: null
|
|
389
|
-
};
|
|
390
|
-
const con = {
|
|
391
|
-
tableName: 'con',
|
|
392
|
-
columns: ['concod', 'conlib', 'conlic', 'connumtri', 'syscredat', 'sysmajdat'],
|
|
393
|
-
requiredForInsert: ['concod', 'conlib', 'conlic'],
|
|
394
|
-
primaryKey: 'concod',
|
|
395
|
-
foreignKeys: {},
|
|
396
|
-
$type: null,
|
|
397
|
-
$input: null
|
|
398
|
-
};
|
|
399
|
-
const cotgip = {
|
|
400
|
-
tableName: 'cotgip',
|
|
401
|
-
columns: ['cotgrpsengipid', 'cotgrpsendat', 'cotgrpsenmntfra', 'cotgrpsenmnteur', 'cotgrpsendatprl', 'cotgrpsentemgip', 'cotgrpsendatgip', 'cotgrpsenmoiprl', 'memgrpsenid', 'syscredat', 'sysmajdat'],
|
|
402
|
-
requiredForInsert: ['cotgrpsengipid', 'cotgrpsendat', 'cotgrpsentemgip', 'cotgrpsenmoiprl', 'memgrpsenid'],
|
|
403
|
-
primaryKey: 'cotgrpsengipid',
|
|
404
|
-
foreignKeys: {},
|
|
405
|
-
$type: null,
|
|
406
|
-
$input: null
|
|
407
|
-
};
|
|
408
|
-
const csp = {
|
|
409
|
-
tableName: 'csp',
|
|
410
|
-
columns: ['cspcod', 'catprocod', 'cspfamcod', 'csplib', 'cspnumtri', 'syscredat', 'sysmajdat'],
|
|
411
|
-
requiredForInsert: ['cspcod', 'catprocod', 'cspfamcod'],
|
|
412
|
-
primaryKey: 'cspcod',
|
|
413
|
-
foreignKeys: {},
|
|
414
|
-
$type: null,
|
|
415
|
-
$input: null
|
|
416
|
-
};
|
|
417
|
-
const cspfam = {
|
|
418
|
-
tableName: 'cspfam',
|
|
419
|
-
columns: ['cspfamcod', 'cspfamlib', 'cspfamnumtri', 'syscredat', 'sysmajdat'],
|
|
420
|
-
requiredForInsert: ['cspfamcod'],
|
|
421
|
-
primaryKey: 'cspfamcod',
|
|
422
|
-
foreignKeys: {},
|
|
423
|
-
$type: null,
|
|
424
|
-
$input: null
|
|
425
|
-
};
|
|
426
|
-
const databasechangelog = {
|
|
427
|
-
tableName: 'databasechangelog',
|
|
428
|
-
columns: ['id', 'author', 'filename', 'dateexecuted', 'orderexecuted', 'exectype', 'md5sum', 'description', 'comments', 'tag', 'liquibase', 'contexts', 'labels', 'deployment_id'],
|
|
429
|
-
requiredForInsert: ['id', 'author', 'filename', 'dateexecuted', 'orderexecuted', 'exectype'],
|
|
430
|
-
primaryKey: null,
|
|
431
|
-
foreignKeys: {},
|
|
432
|
-
$type: null,
|
|
433
|
-
$input: null
|
|
434
|
-
};
|
|
435
|
-
const databasechangeloglock = {
|
|
436
|
-
tableName: 'databasechangeloglock',
|
|
437
|
-
columns: ['id', 'locked', 'lockgranted', 'lockedby'],
|
|
438
|
-
requiredForInsert: ['id', 'locked'],
|
|
439
|
-
primaryKey: 'id',
|
|
440
|
-
foreignKeys: {},
|
|
441
|
-
$type: null,
|
|
442
|
-
$input: null
|
|
443
|
-
};
|
|
444
|
-
const delega = {
|
|
445
|
-
tableName: 'delega',
|
|
446
|
-
columns: ['typorgcod', 'orgcod', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgnumtie', 'temvalcod', 'evelic', 'evelib', 'evelil', 'orgart', 'orgurlsim', 'orgurlcmp', 'orgregjur', 'orgmoddes', 'orgmemdep', 'syscredat', 'sysmajdat'],
|
|
447
|
-
requiredForInsert: ['typorgcod', 'orgcod'],
|
|
448
|
-
primaryKey: 'orgcod',
|
|
449
|
-
foreignKeys: {},
|
|
450
|
-
$type: null,
|
|
451
|
-
$input: null
|
|
452
|
-
};
|
|
453
|
-
const derogation = {
|
|
454
|
-
tableName: 'derogation',
|
|
455
|
-
columns: ['derogationid', 'tdcod', 'comcod', 'derogationlic', 'derogationlil', 'datdeb', 'datfin', 'tdcod_mod', 'delegacod', 'actlieeid', 'libelle_court_tap'],
|
|
456
|
-
requiredForInsert: ['derogationid', 'tdcod', 'derogationlic', 'derogationlil', 'datdeb', 'datfin'],
|
|
457
|
-
primaryKey: 'derogationid',
|
|
458
|
-
foreignKeys: {},
|
|
459
|
-
$type: null,
|
|
460
|
-
$input: null
|
|
461
|
-
};
|
|
462
|
-
const derogation_audit = {
|
|
463
|
-
tableName: 'derogation_audit',
|
|
464
|
-
columns: ['derogationid', 'rev', 'revtype', 'revend', 'datdeb', 'datdeb_mod', 'datfin', 'datfin_mod', 'derogationlic', 'derogationlic_mod', 'derogationlil', 'derogationlil_mod', 'comcod', 'com_mod', 'tdcod', 'typederogation_mod', 'beneficiaires_mod', 'justificatifs_mod', 'tdcod_mod', 'delegacod', 'delega_mod', 'actlieeid', 'activiteliee_mod', 'libelle_court_tap', 'libellecourttap_mod'],
|
|
465
|
-
requiredForInsert: ['derogationid', 'rev'],
|
|
466
|
-
primaryKey: 'derogationid',
|
|
467
|
-
foreignKeys: {},
|
|
468
|
-
$type: null,
|
|
469
|
-
$input: null
|
|
470
|
-
};
|
|
471
|
-
const derogation_senateur = {
|
|
472
|
-
tableName: 'derogation_senateur',
|
|
473
|
-
columns: ['derogsenid', 'derogationid', 'senmat', 'datdebpar', 'datfinpar'],
|
|
474
|
-
requiredForInsert: ['derogsenid', 'derogationid', 'senmat'],
|
|
475
|
-
primaryKey: 'derogsenid',
|
|
476
|
-
foreignKeys: {},
|
|
477
|
-
$type: null,
|
|
478
|
-
$input: null
|
|
479
|
-
};
|
|
480
|
-
const derogation_senateur_audit = {
|
|
481
|
-
tableName: 'derogation_senateur_audit',
|
|
482
|
-
columns: ['derogsenid', 'rev', 'revtype', 'revend', 'derogationid', 'derogation_mod', 'senmat', 'sen_mod', 'datdebpar', 'datdebpar_mod', 'datfinpar', 'datfinpar_mod'],
|
|
483
|
-
requiredForInsert: ['derogsenid', 'rev'],
|
|
484
|
-
primaryKey: 'derogsenid',
|
|
485
|
-
foreignKeys: {},
|
|
486
|
-
$type: null,
|
|
487
|
-
$input: null
|
|
488
|
-
};
|
|
489
|
-
const design = {
|
|
490
|
-
tableName: 'design',
|
|
491
|
-
columns: ['designcod', 'moddescod', 'temvalcod', 'orgcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'designnumtri', 'syscredat', 'sysmajdat'],
|
|
492
|
-
requiredForInsert: ['designcod', 'moddescod', 'orgcod'],
|
|
493
|
-
primaryKey: 'designcod',
|
|
494
|
-
foreignKeys: {},
|
|
495
|
-
$type: null,
|
|
496
|
-
$input: null
|
|
497
|
-
};
|
|
498
|
-
const designoep = {
|
|
499
|
-
tableName: 'designoep',
|
|
500
|
-
columns: ['designcod', 'temvalcod', 'orgcod', 'evelic', 'evelib', 'evelil', 'designoepnumtri', 'designoepnbrtit', 'designoepnbrsup', 'designoepdatdeb', 'designoepdatfin', 'designoepid', 'syscredat', 'sysmajdat', 'fonmemextparcod', 'fontemrem', 'fonremlil', 'incompat'],
|
|
501
|
-
requiredForInsert: ['designcod', 'orgcod', 'designoepid'],
|
|
502
|
-
primaryKey: 'designoepid',
|
|
503
|
-
foreignKeys: {},
|
|
504
|
-
$type: null,
|
|
505
|
-
$input: null
|
|
506
|
-
};
|
|
507
|
-
const designorg = {
|
|
508
|
-
tableName: 'designorg',
|
|
509
|
-
columns: ['designcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'designnumtri', 'designlib', 'designlic', 'designlil', 'designlibfem', 'designlicfem', 'designlilfem', 'syscredat', 'sysmajdat'],
|
|
510
|
-
requiredForInsert: ['designcod'],
|
|
511
|
-
primaryKey: 'designcod',
|
|
512
|
-
foreignKeys: {},
|
|
513
|
-
$type: null,
|
|
514
|
-
$input: null
|
|
515
|
-
};
|
|
516
|
-
const discou = {
|
|
517
|
-
tableName: 'discou',
|
|
518
|
-
columns: ['discoucod', 'discoulic', 'discoulib', 'discounumtri', 'syscredat', 'sysmajdat'],
|
|
519
|
-
requiredForInsert: ['discoucod'],
|
|
520
|
-
primaryKey: 'discoucod',
|
|
521
|
-
foreignKeys: {},
|
|
522
|
-
$type: null,
|
|
523
|
-
$input: null
|
|
524
|
-
};
|
|
525
|
-
const div = {
|
|
526
|
-
tableName: 'div',
|
|
527
|
-
columns: ['divcod', 'divlic', 'divlib', 'divlil', 'divnumtri', 'syscredat', 'sysmajdat'],
|
|
528
|
-
requiredForInsert: ['divcod'],
|
|
529
|
-
primaryKey: 'divcod',
|
|
530
|
-
foreignKeys: {},
|
|
531
|
-
$type: null,
|
|
532
|
-
$input: null
|
|
533
|
-
};
|
|
534
|
-
const dpt = {
|
|
535
|
-
tableName: 'dpt',
|
|
536
|
-
columns: ['dptnum', 'dptcod', 'dptlib', 'dptnbrsen', 'dptmodscrsen', 'dptser', 'regcod', 'dptnumtri', 'dptlic', 'dptart', 'dptlibtri', 'temvalcod', 'evelic', 'evelib', 'evelil', 'dptser2004', 'dptcmt', 'dptdatdeb', 'dptdatfin', 'dpturlcmp', 'syscredat', 'sysmajdat'],
|
|
537
|
-
requiredForInsert: ['dptnum', 'dptcod', 'dptlib', 'dptser', 'regcod', 'dptnumtri'],
|
|
538
|
-
primaryKey: 'dptnum',
|
|
539
|
-
foreignKeys: {},
|
|
540
|
-
$type: null,
|
|
541
|
-
$input: null
|
|
542
|
-
};
|
|
543
|
-
const dpt_seuil_presence = {
|
|
544
|
-
tableName: 'dpt_seuil_presence',
|
|
545
|
-
columns: ['dptnum', 'spid'],
|
|
546
|
-
requiredForInsert: ['dptnum', 'spid'],
|
|
547
|
-
primaryKey: 'dptnum',
|
|
548
|
-
foreignKeys: {},
|
|
549
|
-
$type: null,
|
|
550
|
-
$input: null
|
|
551
|
-
};
|
|
552
|
-
const dptele = {
|
|
553
|
-
tableName: 'dptele',
|
|
554
|
-
columns: ['dptnum', 'dptelenbrsie', 'dpteleid', 'typelecod', 'validcod', 'valid2cod', 'participaidt1', 'participaidt2', 'syscredat', 'sysmajdat', 'eleid', 'dptelenbrsiepvr', 'dptelecmt'],
|
|
555
|
-
requiredForInsert: ['dptnum', 'dpteleid', 'eleid'],
|
|
556
|
-
primaryKey: 'dpteleid',
|
|
557
|
-
foreignKeys: {},
|
|
558
|
-
$type: null,
|
|
559
|
-
$input: null
|
|
560
|
-
};
|
|
561
|
-
const dptele_files = {
|
|
562
|
-
tableName: 'dptele_files',
|
|
563
|
-
columns: ['dpteleid', 'uplfilid', 'syscredat', 'sysmajdat'],
|
|
564
|
-
requiredForInsert: ['dpteleid', 'uplfilid'],
|
|
565
|
-
primaryKey: null,
|
|
566
|
-
foreignKeys: {},
|
|
567
|
-
$type: null,
|
|
568
|
-
$input: null
|
|
569
|
-
};
|
|
570
|
-
const dptele_processing = {
|
|
571
|
-
tableName: 'dptele_processing',
|
|
572
|
-
columns: ['dpteleproid', 'uplfilid', 'permat', 'dpteleid', 'dpteleprotypcod', 'prodatdeb', 'prodatfin', 'syscredat', 'sysmajdat'],
|
|
573
|
-
requiredForInsert: ['dpteleproid', 'permat', 'dpteleid', 'dpteleprotypcod'],
|
|
574
|
-
primaryKey: 'dpteleproid',
|
|
575
|
-
foreignKeys: {},
|
|
576
|
-
$type: null,
|
|
577
|
-
$input: null
|
|
578
|
-
};
|
|
579
|
-
const dptele_processing_type = {
|
|
580
|
-
tableName: 'dptele_processing_type',
|
|
581
|
-
columns: ['dpteleprotypcod', 'evelic', 'evelib', 'dpteleprotypnumtri'],
|
|
582
|
-
requiredForInsert: ['dpteleprotypcod'],
|
|
583
|
-
primaryKey: 'dpteleprotypcod',
|
|
584
|
-
foreignKeys: {},
|
|
585
|
-
$type: null,
|
|
586
|
-
$input: null
|
|
587
|
-
};
|
|
588
|
-
const dpttypman = {
|
|
589
|
-
tableName: 'dpttypman',
|
|
590
|
-
columns: ['dptnum', 'typmancod', 'dpttypmanid'],
|
|
591
|
-
requiredForInsert: ['dptnum', 'typmancod', 'dpttypmanid'],
|
|
592
|
-
primaryKey: 'dpttypmanid',
|
|
593
|
-
foreignKeys: {},
|
|
594
|
-
$type: null,
|
|
595
|
-
$input: null
|
|
596
|
-
};
|
|
597
|
-
const droits_acces = {
|
|
598
|
-
tableName: 'droits_acces',
|
|
599
|
-
columns: ['daid', 'codval', 'tdacod', 'cadcod', 'rolcod'],
|
|
600
|
-
requiredForInsert: ['daid', 'codval', 'tdacod', 'rolcod'],
|
|
601
|
-
primaryKey: 'daid',
|
|
602
|
-
foreignKeys: {},
|
|
603
|
-
$type: null,
|
|
604
|
-
$input: null
|
|
605
|
-
};
|
|
606
|
-
const droits_acces_audit = {
|
|
607
|
-
tableName: 'droits_acces_audit',
|
|
608
|
-
columns: ['daid', 'rev', 'revtype', 'revend', 'codval', 'codval_mod', 'cadcod', 'cad_mod', 'rolcod', 'rol_mod', 'tdacod', 'tda_mod'],
|
|
609
|
-
requiredForInsert: ['daid', 'rev'],
|
|
610
|
-
primaryKey: 'daid',
|
|
611
|
-
foreignKeys: {},
|
|
612
|
-
$type: null,
|
|
613
|
-
$input: null
|
|
614
|
-
};
|
|
615
|
-
const droits_type_derogation = {
|
|
616
|
-
tableName: 'droits_type_derogation',
|
|
617
|
-
columns: ['tdcod', 'rolcod'],
|
|
618
|
-
requiredForInsert: ['tdcod', 'rolcod'],
|
|
619
|
-
primaryKey: 'tdcod',
|
|
620
|
-
foreignKeys: {},
|
|
621
|
-
$type: null,
|
|
622
|
-
$input: null
|
|
623
|
-
};
|
|
624
|
-
const ele = {
|
|
625
|
-
tableName: 'ele',
|
|
626
|
-
columns: ['typmancod', 'eleann', 'eledat', 'eledatdeb', 'eledatfinpre', 'eleser', 'elelic', 'elelib', 'elelil', 'syscredat', 'sysmajdat', 'eleid', 'elepar'],
|
|
627
|
-
requiredForInsert: ['typmancod', 'eleann', 'eleid'],
|
|
628
|
-
primaryKey: 'eleid',
|
|
629
|
-
foreignKeys: {},
|
|
630
|
-
$type: null,
|
|
631
|
-
$input: null
|
|
632
|
-
};
|
|
633
|
-
const eleloc = {
|
|
634
|
-
tableName: 'eleloc',
|
|
635
|
-
columns: ['typmancod', 'titelecod', 'elelocnbravt', 'elelocnbrapr', 'syscredat', 'sysmajdat', 'eleid'],
|
|
636
|
-
requiredForInsert: ['typmancod', 'titelecod', 'eleid'],
|
|
637
|
-
primaryKey: null,
|
|
638
|
-
foreignKeys: {},
|
|
639
|
-
$type: null,
|
|
640
|
-
$input: null
|
|
641
|
-
};
|
|
642
|
-
const elucan = {
|
|
643
|
-
tableName: 'elucan',
|
|
644
|
-
columns: ['eluid', 'eludatdeb', 'eludatelu', 'eludatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'dptnum', 'senmat', 'canart', 'eludatcum', 'syscredat', 'sysmajdat'],
|
|
645
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
646
|
-
primaryKey: 'eluid',
|
|
647
|
-
foreignKeys: {},
|
|
648
|
-
$type: null,
|
|
649
|
-
$input: null
|
|
650
|
-
};
|
|
651
|
-
const eludep = {
|
|
652
|
-
tableName: 'eludep',
|
|
653
|
-
columns: ['eluid', 'eludatdeb', 'depcod', 'eludatelu', 'eludatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'eludatcum', 'syscredat', 'sysmajdat', 'id_organe_assnat', 'circo'],
|
|
654
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
655
|
-
primaryKey: 'eluid',
|
|
656
|
-
foreignKeys: {},
|
|
657
|
-
$type: null,
|
|
658
|
-
$input: null
|
|
659
|
-
};
|
|
660
|
-
const eludiv = {
|
|
661
|
-
tableName: 'eludiv',
|
|
662
|
-
columns: ['eluid', 'eludatdeb', 'eludatelu', 'eludatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'eludatcum', 'eludivurlcmp', 'eludivart', 'syscredat', 'sysmajdat'],
|
|
663
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
664
|
-
primaryKey: 'eluid',
|
|
665
|
-
foreignKeys: {},
|
|
666
|
-
$type: null,
|
|
667
|
-
$input: null
|
|
668
|
-
};
|
|
669
|
-
const elueur = {
|
|
670
|
-
tableName: 'elueur',
|
|
671
|
-
columns: ['eluid', 'eludatdeb', 'eludatelu', 'eludatfin', 'nationcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'eludatcum', 'syscredat', 'sysmajdat'],
|
|
672
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
673
|
-
primaryKey: 'eluid',
|
|
674
|
-
foreignKeys: {},
|
|
675
|
-
$type: null,
|
|
676
|
-
$input: null
|
|
677
|
-
};
|
|
678
|
-
const elueur_apf = {
|
|
679
|
-
tableName: 'elueur_apf',
|
|
680
|
-
columns: ['eluid', 'etadebmancod', 'etafinmancod', 'eludatdeb', 'eludatelu', 'eludatfin', 'elunbrvoi', 'nationcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'eludatcum'],
|
|
681
|
-
requiredForInsert: ['eluid', 'etadebmancod', 'senmat'],
|
|
682
|
-
primaryKey: null,
|
|
683
|
-
foreignKeys: {},
|
|
684
|
-
$type: null,
|
|
685
|
-
$input: null
|
|
686
|
-
};
|
|
687
|
-
const elumet = {
|
|
688
|
-
tableName: 'elumet',
|
|
689
|
-
columns: ['eluid', 'senmat', 'metcod', 'eludatdeb', 'eludatfin', 'syscredat', 'sysmajdat'],
|
|
690
|
-
requiredForInsert: ['eluid', 'senmat', 'metcod'],
|
|
691
|
-
primaryKey: 'eluid',
|
|
692
|
-
foreignKeys: {},
|
|
693
|
-
$type: null,
|
|
694
|
-
$input: null
|
|
695
|
-
};
|
|
696
|
-
const elureg = {
|
|
697
|
-
tableName: 'elureg',
|
|
698
|
-
columns: ['eluid', 'eludatdeb', 'regcod', 'eludatelu', 'eludatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'eludatcum', 'syscredat', 'sysmajdat'],
|
|
699
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
700
|
-
primaryKey: 'eluid',
|
|
701
|
-
foreignKeys: {},
|
|
702
|
-
$type: null,
|
|
703
|
-
$input: null
|
|
704
|
-
};
|
|
705
|
-
const elusen = {
|
|
706
|
-
tableName: 'elusen',
|
|
707
|
-
columns: ['eluid', 'dptnum', 'eludatdeb', 'eludatelu', 'eludatfin', 'etadebmancod', 'etafinmancod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eluanndeb', 'eluannfin', 'typmancod', 'senmat', 'eludatcum', 'turelucod', 'syscredat', 'sysmajdat'],
|
|
708
|
-
requiredForInsert: ['eluid', 'dptnum', 'etadebmancod', 'senmat'],
|
|
709
|
-
primaryKey: 'eluid',
|
|
710
|
-
foreignKeys: {},
|
|
711
|
-
$type: null,
|
|
712
|
-
$input: null
|
|
713
|
-
};
|
|
714
|
-
const elusen2e = {
|
|
715
|
-
tableName: 'elusen2e',
|
|
716
|
-
columns: ['eluid', 'senmat', 'temvalcod', 'typmancod', 'syscredat', 'sysmajdat', 'evelic', 'evelib', 'evelil', 'eveobs', 'eludatdeb', 'eluanndeb', 'eludatelu', 'eludatcum', 'eludatfin', 'eluannfin', 'elunbrhab', 'eludem'],
|
|
717
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
718
|
-
primaryKey: 'eluid',
|
|
719
|
-
foreignKeys: {},
|
|
720
|
-
$type: null,
|
|
721
|
-
$input: null
|
|
722
|
-
};
|
|
723
|
-
const elusen3r = {
|
|
724
|
-
tableName: 'elusen3r',
|
|
725
|
-
columns: ['eluid', 'dptnum', 'eludatdeb', 'eludatelu', 'eludatfin', 'etadebmancod', 'etafinmancod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'syscredat', 'sysmajdat'],
|
|
726
|
-
requiredForInsert: ['eluid', 'dptnum'],
|
|
727
|
-
primaryKey: 'eluid',
|
|
728
|
-
foreignKeys: {},
|
|
729
|
-
$type: null,
|
|
730
|
-
$input: null
|
|
731
|
-
};
|
|
732
|
-
const elusen4r = {
|
|
733
|
-
tableName: 'elusen4r',
|
|
734
|
-
columns: ['eluid', 'dptnum', 'eludatdeb', 'eludatelu', 'eludatfin', 'etadebmancod', 'etafinmancod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'syscredat', 'sysmajdat'],
|
|
735
|
-
requiredForInsert: ['eluid', 'dptnum'],
|
|
736
|
-
primaryKey: null,
|
|
737
|
-
foreignKeys: {},
|
|
738
|
-
$type: null,
|
|
739
|
-
$input: null
|
|
740
|
-
};
|
|
741
|
-
const elusencommu = {
|
|
742
|
-
tableName: 'elusencommu',
|
|
743
|
-
columns: ['eluid', 'senmat', 'dptnum', 'nationcod', 'temvalcod', 'typmancod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eludatdeb', 'eluanndeb', 'eludatelu', 'eludatcum', 'eludatfin', 'eluannfin', 'elunbrhab', 'elusencommudelpar', 'syscredat', 'sysmajdat'],
|
|
744
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
745
|
-
primaryKey: 'eluid',
|
|
746
|
-
foreignKeys: {},
|
|
747
|
-
$type: null,
|
|
748
|
-
$input: null
|
|
749
|
-
};
|
|
750
|
-
const elusenpair = {
|
|
751
|
-
tableName: 'elusenpair',
|
|
752
|
-
columns: ['eluid', 'matricule', 'code_pairie', 'code_mode_acces', 'nomination', 'revoque1815', 'demission1831', 'refus_serment1830', 'pair_hereditaire', 'exclusion1830', 'fin', 'ecclesiastique', 'ancien_senateur', 'marechal_d_empire'],
|
|
753
|
-
requiredForInsert: ['eluid', 'matricule', 'code_pairie', 'code_mode_acces'],
|
|
754
|
-
primaryKey: 'eluid',
|
|
755
|
-
foreignKeys: {},
|
|
756
|
-
$type: null,
|
|
757
|
-
$input: null
|
|
758
|
-
};
|
|
759
|
-
const eluter = {
|
|
760
|
-
tableName: 'eluter',
|
|
761
|
-
columns: ['eluid', 'asstercod', 'typmancod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eludatdeb', 'eluanndeb', 'eludatelu', 'eludatfin', 'eluannfin', 'elunbrhab', 'senmat', 'eludatcum', 'syscredat', 'sysmajdat'],
|
|
762
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
763
|
-
primaryKey: 'eluid',
|
|
764
|
-
foreignKeys: {},
|
|
765
|
-
$type: null,
|
|
766
|
-
$input: null
|
|
767
|
-
};
|
|
768
|
-
const elutit = {
|
|
769
|
-
tableName: 'elutit',
|
|
770
|
-
columns: ['eluid', 'titeluid', 'titelecod', 'titeludatdeb', 'titeluanndeb', 'titeludatfin', 'titeluannfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'titeluhon', 'syscredat', 'sysmajdat'],
|
|
771
|
-
requiredForInsert: ['eluid', 'titeluid', 'titelecod'],
|
|
772
|
-
primaryKey: 'titeluid',
|
|
773
|
-
foreignKeys: {},
|
|
774
|
-
$type: null,
|
|
775
|
-
$input: null
|
|
776
|
-
};
|
|
777
|
-
const eluvil = {
|
|
778
|
-
tableName: 'eluvil',
|
|
779
|
-
columns: ['eluid', 'eludatdeb', 'eludatelu', 'eludatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'eluanndeb', 'eluannfin', 'elunbrhab', 'typmancod', 'senmat', 'vilart', 'eludatcum', 'vilurlcmp', 'url', 'syscredat', 'sysmajdat'],
|
|
780
|
-
requiredForInsert: ['eluid', 'senmat'],
|
|
781
|
-
primaryKey: 'eluid',
|
|
782
|
-
foreignKeys: {},
|
|
783
|
-
$type: null,
|
|
784
|
-
$input: null
|
|
785
|
-
};
|
|
786
|
-
const etadebman = {
|
|
787
|
-
tableName: 'etadebman',
|
|
788
|
-
columns: ['etadebmancod', 'etadebmanlic', 'etadebmanlib', 'etadebmannumtri', 'etadebmanlil', 'etadebmanlicfem', 'etadebmanlibfem', 'etadebmanlilfem', 'etadebmanlicplu', 'etadebmanlibplu', 'etadebmanlilplu', 'syscredat', 'sysmajdat'],
|
|
789
|
-
requiredForInsert: ['etadebmancod', 'etadebmanlic', 'etadebmanlib'],
|
|
790
|
-
primaryKey: 'etadebmancod',
|
|
791
|
-
foreignKeys: {},
|
|
792
|
-
$type: null,
|
|
793
|
-
$input: null
|
|
794
|
-
};
|
|
795
|
-
const etadebman3r = {
|
|
796
|
-
tableName: 'etadebman3r',
|
|
797
|
-
columns: ['etadebmancod', 'etadebmanlic', 'etadebmanlib', 'etadebmannumtri', 'syscredat', 'sysmajdat'],
|
|
798
|
-
requiredForInsert: ['etadebmancod', 'etadebmanlic', 'etadebmanlib'],
|
|
799
|
-
primaryKey: 'etadebmancod',
|
|
800
|
-
foreignKeys: {},
|
|
801
|
-
$type: null,
|
|
802
|
-
$input: null
|
|
803
|
-
};
|
|
804
|
-
const etadebman4r = {
|
|
805
|
-
tableName: 'etadebman4r',
|
|
806
|
-
columns: ['etadebmancod', 'etadebmanlic', 'etadebmanlib', 'etadebmannumtri', 'etadebmanlil', 'syscredat', 'sysmajdat'],
|
|
807
|
-
requiredForInsert: ['etadebmancod', 'etadebmanlic', 'etadebmanlib'],
|
|
808
|
-
primaryKey: 'etadebmancod',
|
|
809
|
-
foreignKeys: {},
|
|
810
|
-
$type: null,
|
|
811
|
-
$input: null
|
|
812
|
-
};
|
|
813
|
-
const etafinman = {
|
|
814
|
-
tableName: 'etafinman',
|
|
815
|
-
columns: ['etafinmancod', 'etafinmanlic', 'etafinman', 'etafinmannumtri', 'etafinmanlil', 'etafinmanlicfem', 'etafinmanlibfem', 'etafinmanlilfem', 'etafinmanlicplu', 'etafinmanlibplu', 'etafinmanlilplu', 'syscredat', 'sysmajdat'],
|
|
816
|
-
requiredForInsert: ['etafinmancod', 'etafinmanlic', 'etafinman'],
|
|
817
|
-
primaryKey: 'etafinmancod',
|
|
818
|
-
foreignKeys: {},
|
|
819
|
-
$type: null,
|
|
820
|
-
$input: null
|
|
821
|
-
};
|
|
822
|
-
const etafinman3r = {
|
|
823
|
-
tableName: 'etafinman3r',
|
|
824
|
-
columns: ['etafinmancod', 'etafinmanlic', 'etafinman', 'etafinmannumtri', 'syscredat', 'sysmajdat'],
|
|
825
|
-
requiredForInsert: ['etafinmancod', 'etafinmanlic', 'etafinman'],
|
|
826
|
-
primaryKey: 'etafinmancod',
|
|
827
|
-
foreignKeys: {},
|
|
828
|
-
$type: null,
|
|
829
|
-
$input: null
|
|
830
|
-
};
|
|
831
|
-
const etafinman4r = {
|
|
832
|
-
tableName: 'etafinman4r',
|
|
833
|
-
columns: ['etafinmancod', 'etafinmanlic', 'etafinman', 'etafinmannumtri', 'etafinmanlil', 'syscredat', 'sysmajdat'],
|
|
834
|
-
requiredForInsert: ['etafinmancod', 'etafinmanlic', 'etafinman'],
|
|
835
|
-
primaryKey: 'etafinmancod',
|
|
836
|
-
foreignKeys: {},
|
|
837
|
-
$type: null,
|
|
838
|
-
$input: null
|
|
839
|
-
};
|
|
840
|
-
const etaprr = {
|
|
841
|
-
tableName: 'etaprr',
|
|
842
|
-
columns: ['etaprrcod', 'etaprrlic', 'etaprrlib', 'etaprrnumtri', 'syscredat', 'sysmajdat'],
|
|
843
|
-
requiredForInsert: ['etaprrcod'],
|
|
844
|
-
primaryKey: 'etaprrcod',
|
|
845
|
-
foreignKeys: {},
|
|
846
|
-
$type: null,
|
|
847
|
-
$input: null
|
|
848
|
-
};
|
|
849
|
-
const etarpm = {
|
|
850
|
-
tableName: 'etarpm',
|
|
851
|
-
columns: ['etarpmcod', 'etarpmlic', 'etarpmlib', 'etarpmlil', 'etarpmobs', 'etarpmnumtri', 'syscredat', 'sysmajdat'],
|
|
852
|
-
requiredForInsert: ['etarpmcod'],
|
|
853
|
-
primaryKey: 'etarpmcod',
|
|
854
|
-
foreignKeys: {},
|
|
855
|
-
$type: null,
|
|
856
|
-
$input: null
|
|
857
|
-
};
|
|
858
|
-
const etasen = {
|
|
859
|
-
tableName: 'etasen',
|
|
860
|
-
columns: ['etasencod', 'etasenlic', 'etasenlib', 'etasennumtri', 'etasenlil', 'etasenlicfem', 'etasenlibfem', 'etasenlilfem', 'etasenlicplu', 'etasenlibplu', 'etasenlilplu', 'syscredat', 'sysmajdat'],
|
|
861
|
-
requiredForInsert: ['etasencod', 'etasenlic'],
|
|
862
|
-
primaryKey: 'etasencod',
|
|
863
|
-
foreignKeys: {},
|
|
864
|
-
$type: null,
|
|
865
|
-
$input: null
|
|
866
|
-
};
|
|
867
|
-
const ext2e_bio = {
|
|
868
|
-
tableName: 'ext2e_bio',
|
|
869
|
-
columns: ['bioid', 'supprimer', 'senmat', 'nom', 'nommin', 'nomdit', 'surnom', 'prenoms', 'titcod', 'titre', 'naijour', 'naimois', 'naiannee', 'naidat', 'nailieu', 'naidpt', 'naidptnum', 'naipays', 'decjour', 'decmois', 'decannee', 'decdat', 'declieu', 'decdpt', 'decdptnum', 'decpays', 'debmanjour', 'debmanmois', 'debmanannee', 'debmandat', 'finmanjour', 'finmanmois', 'finmanannee', 'finmandat', 'demission', 'deb2ndmandat', 'fin2ndmandat'],
|
|
870
|
-
requiredForInsert: ['bioid'],
|
|
871
|
-
primaryKey: 'bioid',
|
|
872
|
-
foreignKeys: {},
|
|
873
|
-
$type: null,
|
|
874
|
-
$input: null
|
|
875
|
-
};
|
|
876
|
-
const ext2e_csp = {
|
|
877
|
-
tableName: 'ext2e_csp',
|
|
878
|
-
columns: ['cspid', 'senmat', 'nom', 'prenoms', 'seccod', 'sec', 'catcspcod', 'catcsp', 'despro', 'minist'],
|
|
879
|
-
requiredForInsert: ['cspid'],
|
|
880
|
-
primaryKey: 'cspid',
|
|
881
|
-
foreignKeys: {},
|
|
882
|
-
$type: null,
|
|
883
|
-
$input: null
|
|
884
|
-
};
|
|
885
|
-
const ext2e_mandats = {
|
|
886
|
-
tableName: 'ext2e_mandats',
|
|
887
|
-
columns: ['mandatid', 'senmat', 'nom', 'prenoms', 'debmanjour', 'debmanmois', 'debmanannee', 'debmandat', 'finmanjour', 'finmanmois', 'finmanannee', 'finmandat', 'typmancod', 'typmandat'],
|
|
888
|
-
requiredForInsert: ['mandatid'],
|
|
889
|
-
primaryKey: 'mandatid',
|
|
890
|
-
foreignKeys: {},
|
|
891
|
-
$type: null,
|
|
892
|
-
$input: null
|
|
893
|
-
};
|
|
894
|
-
const ext2e_minist = {
|
|
895
|
-
tableName: 'ext2e_minist',
|
|
896
|
-
columns: ['ministid', 'senmat', 'nom', 'prenoms', 'debminjour', 'debminmois', 'debminannee', 'debmindat', 'finminjour', 'finminmois', 'finminannee', 'finmindat', 'minist'],
|
|
897
|
-
requiredForInsert: ['ministid'],
|
|
898
|
-
primaryKey: 'ministid',
|
|
899
|
-
foreignKeys: {},
|
|
900
|
-
$type: null,
|
|
901
|
-
$input: null
|
|
902
|
-
};
|
|
903
|
-
const extsencom_identite = {
|
|
904
|
-
tableName: 'extsencom_identite',
|
|
905
|
-
columns: ['ideid', 'senmat', 'nom', 'nomtri', 'prenom', 'nomcmp', 'sendelpar', 'nationcod', 'pays', 'dptnum', 'dptlib', 'groupe', 'remarque', 'senateur', 'datdesign', 'datfin', 'datnai', 'annnai', 'bureau'],
|
|
906
|
-
requiredForInsert: ['ideid'],
|
|
907
|
-
primaryKey: 'ideid',
|
|
908
|
-
foreignKeys: {},
|
|
909
|
-
$type: null,
|
|
910
|
-
$input: null
|
|
911
|
-
};
|
|
912
|
-
const extsencom_mandat = {
|
|
913
|
-
tableName: 'extsencom_mandat',
|
|
914
|
-
columns: ['mandatid', 'senmat', 'nom', 'prenom', 'nomcmp', 'rubcod', 'rubrique', 'lib', 'comcod', 'comlib', 'foncomcod', 'foncomlib'],
|
|
915
|
-
requiredForInsert: ['mandatid'],
|
|
916
|
-
primaryKey: 'mandatid',
|
|
917
|
-
foreignKeys: {},
|
|
918
|
-
$type: null,
|
|
919
|
-
$input: null
|
|
920
|
-
};
|
|
921
|
-
const fonact_participant = {
|
|
922
|
-
tableName: 'fonact_participant',
|
|
923
|
-
columns: ['fapcod', 'faplic', 'faplicfem', 'faplib', 'faplibfem', 'faplicplu', 'faplicfemplu', 'faplibplu', 'faplibfemplu'],
|
|
924
|
-
requiredForInsert: ['fapcod', 'faplic', 'faplicfem', 'faplib', 'faplibfem', 'faplicplu', 'faplicfemplu', 'faplibplu', 'faplibfemplu'],
|
|
925
|
-
primaryKey: 'fapcod',
|
|
926
|
-
foreignKeys: {},
|
|
927
|
-
$type: null,
|
|
928
|
-
$input: null
|
|
929
|
-
};
|
|
930
|
-
const foncandid = {
|
|
931
|
-
tableName: 'foncandid',
|
|
932
|
-
columns: ['foncandidcod', 'foncandidlic', 'foncandidlib', 'foncandidlicfem', 'foncandidlibfem'],
|
|
933
|
-
requiredForInsert: ['foncandidcod'],
|
|
934
|
-
primaryKey: 'foncandidcod',
|
|
935
|
-
foreignKeys: {},
|
|
936
|
-
$type: null,
|
|
937
|
-
$input: null
|
|
938
|
-
};
|
|
939
|
-
const foncom = {
|
|
940
|
-
tableName: 'foncom',
|
|
941
|
-
columns: ['foncomcod', 'foncomlib', 'foncomlic', 'foncomnumtri', 'foncomlil', 'foncomlicfem', 'foncomlibfem', 'foncomlilfem', 'foncomlicplu', 'foncomlibplu', 'foncomlilplu', 'foncomlicfemplu', 'foncomlibfemplu', 'foncomlilfemplu', 'syscredat', 'sysmajdat'],
|
|
942
|
-
requiredForInsert: ['foncomcod', 'foncomlib', 'foncomlic'],
|
|
943
|
-
primaryKey: 'foncomcod',
|
|
944
|
-
foreignKeys: {},
|
|
945
|
-
$type: null,
|
|
946
|
-
$input: null
|
|
947
|
-
};
|
|
948
|
-
const fondelega = {
|
|
949
|
-
tableName: 'fondelega',
|
|
950
|
-
columns: ['fondelcod', 'fondellib', 'fondellic', 'fondelnumtri', 'fondellil', 'fondellicfem', 'fondellibfem', 'fondellilfem', 'fondellicplu', 'fondellibplu', 'fondellilplu', 'fondellicfemplu', 'fondellibfemplu', 'fondellilfemplu', 'syscredat', 'sysmajdat'],
|
|
951
|
-
requiredForInsert: ['fondelcod', 'fondellib', 'fondellic'],
|
|
952
|
-
primaryKey: 'fondelcod',
|
|
953
|
-
foreignKeys: {},
|
|
954
|
-
$type: null,
|
|
955
|
-
$input: null
|
|
956
|
-
};
|
|
957
|
-
const fongrppol = {
|
|
958
|
-
tableName: 'fongrppol',
|
|
959
|
-
columns: ['fongrppolcod', 'fongrppollib', 'fongrppollic', 'fongrppolnumtri', 'fongrppollil', 'fongrppollibfem', 'fongrppollicfem', 'fongrppollilfem', 'fongrppollibplu', 'fongrppollicplu', 'fongrppollilplu', 'syscredat', 'sysmajdat', 'fongrppollicfemplu', 'fongrppollibfemplu', 'fongrppollilfemplu'],
|
|
960
|
-
requiredForInsert: ['fongrppolcod', 'fongrppollib', 'fongrppollic'],
|
|
961
|
-
primaryKey: 'fongrppolcod',
|
|
962
|
-
foreignKeys: {},
|
|
963
|
-
$type: null,
|
|
964
|
-
$input: null
|
|
965
|
-
};
|
|
966
|
-
const fongrpsen = {
|
|
967
|
-
tableName: 'fongrpsen',
|
|
968
|
-
columns: ['fongrpsencod', 'fongrpsenlib', 'fongrpsenlic', 'fongrpsennumtri', 'fongrpsenlil', 'fongrpsenlibfem', 'fongrpsenlicfem', 'fongrpsenlilfem', 'fongrpsenlibplu', 'fongrpsenlicplu', 'fongrpsenlilplu', 'syscredat', 'sysmajdat', 'fongrpsenlicfemplu', 'fongrpsenlibfemplu', 'fongrpsenlilfemplu'],
|
|
969
|
-
requiredForInsert: ['fongrpsencod', 'fongrpsenlib', 'fongrpsenlic'],
|
|
970
|
-
primaryKey: 'fongrpsencod',
|
|
971
|
-
foreignKeys: {},
|
|
972
|
-
$type: null,
|
|
973
|
-
$input: null
|
|
974
|
-
};
|
|
975
|
-
const fonmemcom = {
|
|
976
|
-
tableName: 'fonmemcom',
|
|
977
|
-
columns: ['fonmemcomid', 'foncomcod', 'fonmemcomdatdeb', 'fonmemcomdatfin', 'fonmemcomrngprt', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'memcomid', 'syscredat', 'sysmajdat'],
|
|
978
|
-
requiredForInsert: ['fonmemcomid', 'foncomcod', 'memcomid'],
|
|
979
|
-
primaryKey: 'fonmemcomid',
|
|
980
|
-
foreignKeys: {},
|
|
981
|
-
$type: null,
|
|
982
|
-
$input: null
|
|
983
|
-
};
|
|
984
|
-
const fonmemdelega = {
|
|
985
|
-
tableName: 'fonmemdelega',
|
|
986
|
-
columns: ['fonmemdelid', 'fondelcod', 'fonmemdeldatdeb', 'fonmemdeldatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'memdelegaid', 'fonmemdelrngele', 'syscredat', 'sysmajdat'],
|
|
987
|
-
requiredForInsert: ['fonmemdelid', 'fondelcod', 'memdelegaid'],
|
|
988
|
-
primaryKey: 'fonmemdelid',
|
|
989
|
-
foreignKeys: {},
|
|
990
|
-
$type: null,
|
|
991
|
-
$input: null
|
|
992
|
-
};
|
|
993
|
-
const fonmemextpar = {
|
|
994
|
-
tableName: 'fonmemextpar',
|
|
995
|
-
columns: ['fonmemextparcod', 'fonmemextparlib', 'fonmemextparlic', 'fonmemextparnumtri', 'fonmemextparlil', 'fonmemextparlicfem', 'fonmemextparlibfem', 'fonmemextparlilfem', 'fonmemextparlicplu', 'fonmemextparlibplu', 'fonmemextparlilplu', 'fonmemextparlicfemplu', 'fonmemextparlibfemplu', 'fonmemextparlilfemplu'],
|
|
996
|
-
requiredForInsert: ['fonmemextparcod', 'fonmemextparlic', 'fonmemextparnumtri'],
|
|
997
|
-
primaryKey: 'fonmemextparcod',
|
|
998
|
-
foreignKeys: {},
|
|
999
|
-
$type: null,
|
|
1000
|
-
$input: null
|
|
1001
|
-
};
|
|
1002
|
-
const fonmemgrppol = {
|
|
1003
|
-
tableName: 'fonmemgrppol',
|
|
1004
|
-
columns: ['fonmemgrppolid', 'fongrppolcod', 'fonmemgrppoldatdeb', 'fonmemgrppoldatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'memgrppolid', 'syscredat', 'sysmajdat'],
|
|
1005
|
-
requiredForInsert: ['fonmemgrppolid', 'fongrppolcod', 'memgrppolid'],
|
|
1006
|
-
primaryKey: 'fonmemgrppolid',
|
|
1007
|
-
foreignKeys: {},
|
|
1008
|
-
$type: null,
|
|
1009
|
-
$input: null
|
|
1010
|
-
};
|
|
1011
|
-
const fonmemgrpsen = {
|
|
1012
|
-
tableName: 'fonmemgrpsen',
|
|
1013
|
-
columns: ['fonmemgrpsenid', 'fongrpsencod', 'fonmemgrpsendatdeb', 'fonmemgrpsendatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'memgrpsenid', 'fonmemgrpsenrngele', 'syscredat', 'sysmajdat'],
|
|
1014
|
-
requiredForInsert: ['fonmemgrpsenid', 'fongrpsencod', 'fonmemgrpsendatdeb', 'memgrpsenid'],
|
|
1015
|
-
primaryKey: 'fonmemgrpsenid',
|
|
1016
|
-
foreignKeys: {},
|
|
1017
|
-
$type: null,
|
|
1018
|
-
$input: null
|
|
1019
|
-
};
|
|
1020
|
-
const fonmemorg = {
|
|
1021
|
-
tableName: 'fonmemorg',
|
|
1022
|
-
columns: ['fonmemorgid', 'memorgid', 'fonorgcod', 'fonmemorgdatdeb', 'fonmemorganndeb', 'fonmemorgdatfin', 'fonmemorgannfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'fonmemorgrngele', 'syscredat', 'sysmajdat'],
|
|
1023
|
-
requiredForInsert: ['fonmemorgid', 'memorgid', 'fonorgcod'],
|
|
1024
|
-
primaryKey: 'fonmemorgid',
|
|
1025
|
-
foreignKeys: {},
|
|
1026
|
-
$type: null,
|
|
1027
|
-
$input: null
|
|
1028
|
-
};
|
|
1029
|
-
const fonorg = {
|
|
1030
|
-
tableName: 'fonorg',
|
|
1031
|
-
columns: ['fonorgcod', 'fonorglib', 'fonorglic', 'fonorgnumtri', 'fonorglil', 'fonorglibfem', 'fonorglicfem', 'fonorglilfem', 'fonorglibplu', 'fonorglicplu', 'fonorglilplu', 'syscredat', 'sysmajdat', 'fonorglicfemplu', 'fonorglibfemplu', 'fonorglilfemplu'],
|
|
1032
|
-
requiredForInsert: ['fonorgcod'],
|
|
1033
|
-
primaryKey: 'fonorgcod',
|
|
1034
|
-
foreignKeys: {},
|
|
1035
|
-
$type: null,
|
|
1036
|
-
$input: null
|
|
1037
|
-
};
|
|
1038
|
-
const grppol = {
|
|
1039
|
-
tableName: 'grppol',
|
|
1040
|
-
columns: ['grppolcod', 'grppolpre', 'grppoldatcre', 'grppoldatfin', 'grppolliccou', 'grppollibcou', 'grppollilcou', 'temvalcod', 'evelic', 'evelib', 'evelil', 'typorgcod', 'grppolart', 'grppolurlsim', 'grppolurlcmp', 'grppolcodamelicou', 'syscredat', 'sysmajdat'],
|
|
1041
|
-
requiredForInsert: ['grppolcod', 'typorgcod'],
|
|
1042
|
-
primaryKey: 'grppolcod',
|
|
1043
|
-
foreignKeys: {},
|
|
1044
|
-
$type: null,
|
|
1045
|
-
$input: null
|
|
1046
|
-
};
|
|
1047
|
-
const grppol4r = {
|
|
1048
|
-
tableName: 'grppol4r',
|
|
1049
|
-
columns: ['grppolcod', 'grppolnumtri', 'grppolpre', 'grppolurlsim', 'grppolurlcmp', 'grppoldatcre', 'grppoldatfin', 'grppolliccou', 'grppollibcou', 'grppollilcou', 'temvalcod', 'eveobs', 'typorgcod', 'grppolart', 'syscredat', 'sysmajdat'],
|
|
1050
|
-
requiredForInsert: ['grppolcod', 'typorgcod'],
|
|
1051
|
-
primaryKey: 'grppolcod',
|
|
1052
|
-
foreignKeys: {},
|
|
1053
|
-
$type: null,
|
|
1054
|
-
$input: null
|
|
1055
|
-
};
|
|
1056
|
-
const grpsenami = {
|
|
1057
|
-
tableName: 'grpsenami',
|
|
1058
|
-
columns: ['typorgcod', 'orgcod', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'grpsenalf', 'scnorgcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'orgart', 'grpsenweb', 'typgrpsencod', 'orgurlsim', 'orgurlcmp', 'comorgcod', 'orgtemannu', 'plaindcod', 'syscredat', 'sysmajdat', 'type_com_neant'],
|
|
1059
|
-
requiredForInsert: ['typorgcod', 'orgcod', 'orgdatcre'],
|
|
1060
|
-
primaryKey: 'orgcod',
|
|
1061
|
-
foreignKeys: {},
|
|
1062
|
-
$type: null,
|
|
1063
|
-
$input: null
|
|
1064
|
-
};
|
|
1065
|
-
const grpsenamiadh = {
|
|
1066
|
-
tableName: 'grpsenamiadh',
|
|
1067
|
-
columns: ['reqid', 'orgcod', 'syscredat', 'sysmajdat'],
|
|
1068
|
-
requiredForInsert: ['reqid', 'orgcod'],
|
|
1069
|
-
primaryKey: 'reqid',
|
|
1070
|
-
foreignKeys: {},
|
|
1071
|
-
$type: null,
|
|
1072
|
-
$input: null
|
|
1073
|
-
};
|
|
1074
|
-
const grpsenamiadhreq = {
|
|
1075
|
-
tableName: 'grpsenamiadhreq',
|
|
1076
|
-
columns: ['reqid', 'senmat', 'reqdatcre', 'syscredat', 'sysmajdat', 'reqprocom', 'reqdatpro', 'etareqcod'],
|
|
1077
|
-
requiredForInsert: ['reqid', 'senmat', 'reqdatcre'],
|
|
1078
|
-
primaryKey: 'reqid',
|
|
1079
|
-
foreignKeys: {},
|
|
1080
|
-
$type: null,
|
|
1081
|
-
$input: null
|
|
1082
|
-
};
|
|
1083
|
-
const grpsenamiadhreqeta = {
|
|
1084
|
-
tableName: 'grpsenamiadhreqeta',
|
|
1085
|
-
columns: ['etareqcod', 'etareqlic', 'etareqlib', 'syscredat', 'sysmajdat', 'etareqnumtri'],
|
|
1086
|
-
requiredForInsert: ['etareqcod', 'etareqlic', 'etareqlib'],
|
|
1087
|
-
primaryKey: 'etareqcod',
|
|
1088
|
-
foreignKeys: {},
|
|
1089
|
-
$type: null,
|
|
1090
|
-
$input: null
|
|
1091
|
-
};
|
|
1092
|
-
const grpsenamiunadh = {
|
|
1093
|
-
tableName: 'grpsenamiunadh',
|
|
1094
|
-
columns: ['reqid', 'memgrpsenid', 'syscredat', 'sysmajdat'],
|
|
1095
|
-
requiredForInsert: ['reqid', 'memgrpsenid'],
|
|
1096
|
-
primaryKey: 'reqid',
|
|
1097
|
-
foreignKeys: {},
|
|
1098
|
-
$type: null,
|
|
1099
|
-
$input: null
|
|
1100
|
-
};
|
|
1101
|
-
const grpsim = {
|
|
1102
|
-
tableName: 'grpsim',
|
|
1103
|
-
columns: ['grppolcod', 'grppolnumtri', 'grppollilcou', 'typorgcod', 'nbrmem', 'nbrapp', 'nbrrat', 'matpre', 'quacodpre', 'nomusecappre', 'prenomusepre', 'nomdispre', 'fongrppollibpre'],
|
|
1104
|
-
requiredForInsert: ['grppolcod'],
|
|
1105
|
-
primaryKey: null,
|
|
1106
|
-
foreignKeys: {},
|
|
1107
|
-
$type: null,
|
|
1108
|
-
$input: null
|
|
1109
|
-
};
|
|
1110
|
-
const gvt = {
|
|
1111
|
-
tableName: 'gvt',
|
|
1112
|
-
columns: ['gvtid', 'eluid', 'gvtdatdeb', 'gvtdatfin', 'evelic', 'evelib', 'evelil', 'eveobs', 'temvalcod', 'syscredat', 'sysmajdat'],
|
|
1113
|
-
requiredForInsert: ['gvtid', 'eluid', 'temvalcod'],
|
|
1114
|
-
primaryKey: 'gvtid',
|
|
1115
|
-
foreignKeys: {},
|
|
1116
|
-
$type: null,
|
|
1117
|
-
$input: null
|
|
1118
|
-
};
|
|
1119
|
-
const insee_pays2008 = {
|
|
1120
|
-
tableName: 'insee_pays2008',
|
|
1121
|
-
columns: ['cod', 'cog', 'actual', 'capay', 'crpay', 'ani', 'libcog', 'libenr', 'ancnom'],
|
|
1122
|
-
requiredForInsert: ['cod', 'cog'],
|
|
1123
|
-
primaryKey: null,
|
|
1124
|
-
foreignKeys: {},
|
|
1125
|
-
$type: null,
|
|
1126
|
-
$input: null
|
|
1127
|
-
};
|
|
1128
|
-
const jhi_authority = {
|
|
1129
|
-
tableName: 'jhi_authority',
|
|
1130
|
-
columns: ['name'],
|
|
1131
|
-
requiredForInsert: [],
|
|
1132
|
-
primaryKey: null,
|
|
1133
|
-
foreignKeys: {},
|
|
1134
|
-
$type: null,
|
|
1135
|
-
$input: null
|
|
1136
|
-
};
|
|
1137
|
-
const jhi_user = {
|
|
1138
|
-
tableName: 'jhi_user',
|
|
1139
|
-
columns: ['id', 'login', 'password_hash', 'first_name', 'last_name', 'email', 'image_url', 'activated', 'lang_key', 'activation_key', 'reset_key', 'created_by', 'created_date', 'reset_date', 'last_modified_by', 'last_modified_date'],
|
|
1140
|
-
requiredForInsert: [],
|
|
1141
|
-
primaryKey: null,
|
|
1142
|
-
foreignKeys: {},
|
|
1143
|
-
$type: null,
|
|
1144
|
-
$input: null
|
|
1145
|
-
};
|
|
1146
|
-
const jhi_user_authority = {
|
|
1147
|
-
tableName: 'jhi_user_authority',
|
|
1148
|
-
columns: ['user_id', 'authority_name'],
|
|
1149
|
-
requiredForInsert: [],
|
|
1150
|
-
primaryKey: null,
|
|
1151
|
-
foreignKeys: {},
|
|
1152
|
-
$type: null,
|
|
1153
|
-
$input: null
|
|
1154
|
-
};
|
|
1155
|
-
const lanetr = {
|
|
1156
|
-
tableName: 'lanetr',
|
|
1157
|
-
columns: ['lancod', 'lanlib', 'lannumtri', 'syscredat', 'sysmajdat'],
|
|
1158
|
-
requiredForInsert: ['lancod', 'lanlib'],
|
|
1159
|
-
primaryKey: 'lancod',
|
|
1160
|
-
foreignKeys: {},
|
|
1161
|
-
$type: null,
|
|
1162
|
-
$input: null
|
|
1163
|
-
};
|
|
1164
|
-
const libcom = {
|
|
1165
|
-
tableName: 'libcom',
|
|
1166
|
-
columns: ['orgcod', 'libcomdatdeb', 'libcomdatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'libcomart', 'libcomlilmin', 'libcomlibameli', 'syscredat', 'sysmajdat', 'libcomid'],
|
|
1167
|
-
requiredForInsert: ['orgcod', 'libcomdatdeb', 'libcomid'],
|
|
1168
|
-
primaryKey: 'libcomid',
|
|
1169
|
-
foreignKeys: {},
|
|
1170
|
-
$type: null,
|
|
1171
|
-
$input: null
|
|
1172
|
-
};
|
|
1173
|
-
const libdelega = {
|
|
1174
|
-
tableName: 'libdelega',
|
|
1175
|
-
columns: ['orgcod', 'libdelegadatdeb', 'libdelegadatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'libdelegaart', 'syscredat', 'sysmajdat', 'libdelegaid'],
|
|
1176
|
-
requiredForInsert: ['orgcod', 'libdelegadatdeb', 'libdelegaid'],
|
|
1177
|
-
primaryKey: 'libdelegaid',
|
|
1178
|
-
foreignKeys: {},
|
|
1179
|
-
$type: null,
|
|
1180
|
-
$input: null
|
|
1181
|
-
};
|
|
1182
|
-
const libgrppol = {
|
|
1183
|
-
tableName: 'libgrppol',
|
|
1184
|
-
columns: ['grppolcod', 'libgrppoldatdeb', 'libgrppoldatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'libgrppolart', 'libgrppolcodameli', 'syscredat', 'sysmajdat', 'libgrppolid'],
|
|
1185
|
-
requiredForInsert: ['grppolcod', 'libgrppoldatdeb', 'libgrppolid'],
|
|
1186
|
-
primaryKey: 'libgrppolid',
|
|
1187
|
-
foreignKeys: {},
|
|
1188
|
-
$type: null,
|
|
1189
|
-
$input: null
|
|
1190
|
-
};
|
|
1191
|
-
const libgrpsen = {
|
|
1192
|
-
tableName: 'libgrpsen',
|
|
1193
|
-
columns: ['orgcod', 'libgrpsendatautbur', 'libgrpsendatfin', 'libgrpsenlib', 'libgrpsenlic', 'libgrpsenlil', 'syscredat', 'sysmajdat', 'libgrpsenid', 'libgrpsenart'],
|
|
1194
|
-
requiredForInsert: ['orgcod', 'libgrpsendatautbur', 'libgrpsenlib', 'libgrpsenlic', 'libgrpsenid'],
|
|
1195
|
-
primaryKey: 'libgrpsenid',
|
|
1196
|
-
foreignKeys: {},
|
|
1197
|
-
$type: null,
|
|
1198
|
-
$input: null
|
|
1199
|
-
};
|
|
1200
|
-
const liborg = {
|
|
1201
|
-
tableName: 'liborg',
|
|
1202
|
-
columns: ['orgcod', 'liborgdatdeb', 'liborgdatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'liborgart', 'syscredat', 'sysmajdat', 'liborgid'],
|
|
1203
|
-
requiredForInsert: ['orgcod', 'liborgdatdeb', 'liborgid'],
|
|
1204
|
-
primaryKey: 'liborgid',
|
|
1205
|
-
foreignKeys: {},
|
|
1206
|
-
$type: null,
|
|
1207
|
-
$input: null
|
|
1208
|
-
};
|
|
1209
|
-
const lisdptele = {
|
|
1210
|
-
tableName: 'lisdptele',
|
|
1211
|
-
columns: ['lisdpteleid', 'dpteleid', 'orgcod', 'lisdptelenum', 'syscredat', 'sysmajdat', 'reslisnbrelus', 'lisdptelelib', 'reslisnbrvoi'],
|
|
1212
|
-
requiredForInsert: ['lisdpteleid', 'dpteleid', 'orgcod'],
|
|
1213
|
-
primaryKey: 'lisdpteleid',
|
|
1214
|
-
foreignKeys: {},
|
|
1215
|
-
$type: null,
|
|
1216
|
-
$input: null
|
|
1217
|
-
};
|
|
1218
|
-
const mel = {
|
|
1219
|
-
tableName: 'mel',
|
|
1220
|
-
columns: ['melid', 'poiconid', 'melema', 'melnumtri', 'syscredat', 'sysmajdat'],
|
|
1221
|
-
requiredForInsert: ['melid', 'poiconid'],
|
|
1222
|
-
primaryKey: 'melid',
|
|
1223
|
-
foreignKeys: {},
|
|
1224
|
-
$type: null,
|
|
1225
|
-
$input: null
|
|
1226
|
-
};
|
|
1227
|
-
const memcom = {
|
|
1228
|
-
tableName: 'memcom',
|
|
1229
|
-
columns: ['memcomid', 'orgcod', 'memcomdatdeb', 'memcomdatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'senmat', 'memcomtitsup', 'syscredat', 'sysmajdat'],
|
|
1230
|
-
requiredForInsert: ['memcomid', 'orgcod', 'senmat'],
|
|
1231
|
-
primaryKey: 'memcomid',
|
|
1232
|
-
foreignKeys: {},
|
|
1233
|
-
$type: null,
|
|
1234
|
-
$input: null
|
|
1235
|
-
};
|
|
1236
|
-
const memcomsea = {
|
|
1237
|
-
tableName: 'memcomsea',
|
|
1238
|
-
columns: ['senmat', 'typprscod', 'delsenmat', 'syscredat', 'sysmajdat', 'memcomseaid', 'seaid'],
|
|
1239
|
-
requiredForInsert: ['senmat', 'typprscod', 'memcomseaid', 'seaid'],
|
|
1240
|
-
primaryKey: 'memcomseaid',
|
|
1241
|
-
foreignKeys: {},
|
|
1242
|
-
$type: null,
|
|
1243
|
-
$input: null
|
|
1244
|
-
};
|
|
1245
|
-
const memdelega = {
|
|
1246
|
-
tableName: 'memdelega',
|
|
1247
|
-
columns: ['memdelegaid', 'orgcod', 'memdelegadatdeb', 'memdelegadatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'senmat', 'designcod', 'syscredat', 'sysmajdat'],
|
|
1248
|
-
requiredForInsert: ['memdelegaid', 'orgcod', 'senmat'],
|
|
1249
|
-
primaryKey: 'memdelegaid',
|
|
1250
|
-
foreignKeys: {},
|
|
1251
|
-
$type: null,
|
|
1252
|
-
$input: null
|
|
1253
|
-
};
|
|
1254
|
-
const memextpar = {
|
|
1255
|
-
tableName: 'memextpar',
|
|
1256
|
-
columns: ['memextparid', 'orgcod', 'memextpardatdeb', 'memextpardatfin', 'memextpartitsup', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'senmat', 'memextparrngele', 'designcod', 'syscredat', 'sysmajdat', 'fonmemextparcod', 'avis_senat', 'texte_avis_senat', 'avis_an', 'texte_avis_an', 'avis_global', 'texte_avis_global', 'date_saisine_exec', 'date_annonce_seance', 'date_audition_senat', 'date_avis_senat', 'date_avis_an', 'date_avis_global', 'date_reponse_exec', 'date_publication_jo'],
|
|
1257
|
-
requiredForInsert: ['memextparid', 'senmat'],
|
|
1258
|
-
primaryKey: 'memextparid',
|
|
1259
|
-
foreignKeys: {},
|
|
1260
|
-
$type: null,
|
|
1261
|
-
$input: null
|
|
1262
|
-
};
|
|
1263
|
-
const memgrppol = {
|
|
1264
|
-
tableName: 'memgrppol',
|
|
1265
|
-
columns: ['memgrppolid', 'grppolcod', 'typapppolcod', 'memgrppoldatdeb', 'memgrppoldatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'senmat', 'syscredat', 'sysmajdat'],
|
|
1266
|
-
requiredForInsert: ['memgrppolid', 'grppolcod', 'typapppolcod', 'senmat'],
|
|
1267
|
-
primaryKey: 'memgrppolid',
|
|
1268
|
-
foreignKeys: {},
|
|
1269
|
-
$type: null,
|
|
1270
|
-
$input: null
|
|
1271
|
-
};
|
|
1272
|
-
const memgrpsen = {
|
|
1273
|
-
tableName: 'memgrpsen',
|
|
1274
|
-
columns: ['memgrpsenid', 'orgcod', 'memgrpsendatent', 'memgrpsendatsor', 'temvalcod', 'evelic', 'evelib', 'evelil', 'senmat', 'syscredat', 'sysmajdat'],
|
|
1275
|
-
requiredForInsert: ['memgrpsenid', 'orgcod', 'memgrpsendatent', 'memgrpsendatsor', 'senmat'],
|
|
1276
|
-
primaryKey: 'memgrpsenid',
|
|
1277
|
-
foreignKeys: {},
|
|
1278
|
-
$type: null,
|
|
1279
|
-
$input: null
|
|
1280
|
-
};
|
|
1281
|
-
const memorg = {
|
|
1282
|
-
tableName: 'memorg',
|
|
1283
|
-
columns: ['memorgid', 'senmat', 'orgcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'memorgdatdeb', 'memorganndeb', 'memorgdatfin', 'memorgannfin', 'designcod', 'syscredat', 'sysmajdat'],
|
|
1284
|
-
requiredForInsert: ['memorgid', 'senmat', 'orgcod'],
|
|
1285
|
-
primaryKey: 'memorgid',
|
|
1286
|
-
foreignKeys: {},
|
|
1287
|
-
$type: null,
|
|
1288
|
-
$input: null
|
|
1289
|
-
};
|
|
1290
|
-
const met = {
|
|
1291
|
-
tableName: 'met',
|
|
1292
|
-
columns: ['metcod', 'metlic', 'metlib', 'metlil', 'metnumtri', 'metart', 'meturlcmp'],
|
|
1293
|
-
requiredForInsert: ['metcod'],
|
|
1294
|
-
primaryKey: 'metcod',
|
|
1295
|
-
foreignKeys: {},
|
|
1296
|
-
$type: null,
|
|
1297
|
-
$input: null
|
|
1298
|
-
};
|
|
1299
|
-
const minind = {
|
|
1300
|
-
tableName: 'minind',
|
|
1301
|
-
columns: ['minid', 'senmat', 'typmincod', 'gvtid', 'memgvtrngprt', 'mindatdeb', 'minanndeb', 'mindatfin', 'minannfin', 'mincirfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'titmincod', 'mindel', 'syscredat', 'sysmajdat', 'poicon'],
|
|
1302
|
-
requiredForInsert: ['minid', 'typmincod', 'gvtid', 'titmincod'],
|
|
1303
|
-
primaryKey: 'minid',
|
|
1304
|
-
foreignKeys: {},
|
|
1305
|
-
$type: null,
|
|
1306
|
-
$input: null
|
|
1307
|
-
};
|
|
1308
|
-
const minist = {
|
|
1309
|
-
tableName: 'minist',
|
|
1310
|
-
columns: ['typorgcod', 'orgcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'orgart', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgnumtie', 'orgurlsim', 'orgurlcmp', 'orgtemannu', 'syscredat', 'sysmajdat'],
|
|
1311
|
-
requiredForInsert: ['typorgcod', 'orgcod'],
|
|
1312
|
-
primaryKey: 'orgcod',
|
|
1313
|
-
foreignKeys: {},
|
|
1314
|
-
$type: null,
|
|
1315
|
-
$input: null
|
|
1316
|
-
};
|
|
1317
|
-
const mis = {
|
|
1318
|
-
tableName: 'mis',
|
|
1319
|
-
columns: ['misid', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'misdatdeb', 'misann', 'misdatfin', 'mismin', 'misetafin', 'misraptem', 'misrapurl1', 'misrapurl2', 'misraptit', 'misrapdat', 'misrappub', 'syscredat', 'sysmajdat'],
|
|
1320
|
-
requiredForInsert: ['misid'],
|
|
1321
|
-
primaryKey: 'misid',
|
|
1322
|
-
foreignKeys: {},
|
|
1323
|
-
$type: null,
|
|
1324
|
-
$input: null
|
|
1325
|
-
};
|
|
1326
|
-
const misetafin = {
|
|
1327
|
-
tableName: 'misetafin',
|
|
1328
|
-
columns: ['misetafincod', 'misetafinlic', 'misetafinlib'],
|
|
1329
|
-
requiredForInsert: ['misetafincod'],
|
|
1330
|
-
primaryKey: 'misetafincod',
|
|
1331
|
-
foreignKeys: {},
|
|
1332
|
-
$type: null,
|
|
1333
|
-
$input: null
|
|
1334
|
-
};
|
|
1335
|
-
const mismin = {
|
|
1336
|
-
tableName: 'mismin',
|
|
1337
|
-
columns: ['misid', 'minid', 'syscredat', 'sysmajdat'],
|
|
1338
|
-
requiredForInsert: ['misid', 'minid'],
|
|
1339
|
-
primaryKey: 'minid',
|
|
1340
|
-
foreignKeys: {},
|
|
1341
|
-
$type: null,
|
|
1342
|
-
$input: null
|
|
1343
|
-
};
|
|
1344
|
-
const misrapeta = {
|
|
1345
|
-
tableName: 'misrapeta',
|
|
1346
|
-
columns: ['misrapetacod', 'misrapetalic', 'misrapetalib'],
|
|
1347
|
-
requiredForInsert: ['misrapetacod'],
|
|
1348
|
-
primaryKey: 'misrapetacod',
|
|
1349
|
-
foreignKeys: {},
|
|
1350
|
-
$type: null,
|
|
1351
|
-
$input: null
|
|
1352
|
-
};
|
|
1353
|
-
const missen = {
|
|
1354
|
-
tableName: 'missen',
|
|
1355
|
-
columns: ['misid', 'senmat', 'syscredat', 'sysmajdat'],
|
|
1356
|
-
requiredForInsert: ['misid', 'senmat'],
|
|
1357
|
-
primaryKey: 'misid',
|
|
1358
|
-
foreignKeys: {},
|
|
1359
|
-
$type: null,
|
|
1360
|
-
$input: null
|
|
1361
|
-
};
|
|
1362
|
-
const moddes = {
|
|
1363
|
-
tableName: 'moddes',
|
|
1364
|
-
columns: ['moddescod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'moddesnumtri', 'syscredat', 'sysmajdat', 'avis_com_senat', 'avis_com_an', 'typmoddescod'],
|
|
1365
|
-
requiredForInsert: ['moddescod'],
|
|
1366
|
-
primaryKey: 'moddescod',
|
|
1367
|
-
foreignKeys: {},
|
|
1368
|
-
$type: null,
|
|
1369
|
-
$input: null
|
|
1370
|
-
};
|
|
1371
|
-
const mode_acces_elusenpair = {
|
|
1372
|
-
tableName: 'mode_acces_elusenpair',
|
|
1373
|
-
columns: ['code', 'libelle_court', 'libelle', 'requiert_date', 'code_parent'],
|
|
1374
|
-
requiredForInsert: ['code', 'libelle_court', 'libelle', 'requiert_date'],
|
|
1375
|
-
primaryKey: 'code',
|
|
1376
|
-
foreignKeys: {},
|
|
1377
|
-
$type: null,
|
|
1378
|
-
$input: null
|
|
1379
|
-
};
|
|
1380
|
-
const nation = {
|
|
1381
|
-
tableName: 'nation',
|
|
1382
|
-
columns: ['nationcod', 'nationlibcog', 'nationnumtri', 'nationactual', 'nationannind', 'nationlibenr', 'nationancnom', 'nationlic', 'zongeocod', 'nationliccap', 'nationlictri', 'nationurlcmp', 'syscredat', 'sysmajdat'],
|
|
1383
|
-
requiredForInsert: ['nationcod', 'zongeocod'],
|
|
1384
|
-
primaryKey: 'nationcod',
|
|
1385
|
-
foreignKeys: {},
|
|
1386
|
-
$type: null,
|
|
1387
|
-
$input: null
|
|
1388
|
-
};
|
|
1389
|
-
const nationgrpsen = {
|
|
1390
|
-
tableName: 'nationgrpsen',
|
|
1391
|
-
columns: ['nationgrpsenid', 'orgcod', 'nationcod', 'nationgpsendatdeb', 'nationgrpsendatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'syscredat', 'sysmajdat'],
|
|
1392
|
-
requiredForInsert: ['nationgrpsenid', 'orgcod', 'nationcod'],
|
|
1393
|
-
primaryKey: 'nationgrpsenid',
|
|
1394
|
-
foreignKeys: {},
|
|
1395
|
-
$type: null,
|
|
1396
|
-
$input: null
|
|
1397
|
-
};
|
|
1398
|
-
const nivlan = {
|
|
1399
|
-
tableName: 'nivlan',
|
|
1400
|
-
columns: ['nivlancod', 'nivlanlib', 'nivlannumtri', 'syscredat', 'sysmajdat'],
|
|
1401
|
-
requiredForInsert: ['nivlancod', 'nivlanlib'],
|
|
1402
|
-
primaryKey: 'nivlancod',
|
|
1403
|
-
foreignKeys: {},
|
|
1404
|
-
$type: null,
|
|
1405
|
-
$input: null
|
|
1406
|
-
};
|
|
1407
|
-
const org = {
|
|
1408
|
-
tableName: 'org',
|
|
1409
|
-
columns: ['typorgcod', 'orgcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'orgart', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgurlsim', 'orgurlcmp', 'orgregjur', 'orgmoddes', 'orgmemdep', 'orgtemannu', 'syscredat', 'sysmajdat'],
|
|
1410
|
-
requiredForInsert: ['typorgcod', 'orgcod'],
|
|
1411
|
-
primaryKey: 'orgcod',
|
|
1412
|
-
foreignKeys: {},
|
|
1413
|
-
$type: null,
|
|
1414
|
-
$input: null
|
|
1415
|
-
};
|
|
1416
|
-
const orgext = {
|
|
1417
|
-
tableName: 'orgext',
|
|
1418
|
-
columns: ['typorgcod', 'orgcod', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgnumtie', 'orgextregjur', 'orgextrubclas', 'orgextnbrsen', 'orgextdurman', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'orgart', 'orgextmoddes', 'orgextminrat', 'orgextrep', 'orgurlsim', 'orgurlcmp', 'orgtemannu', 'stajurcod', 'etaprrcod', 'orgextdatprr', 'syscredat', 'sysmajdat', 'basdescod', 'orgparite', 'typorgextcod', 'orgextprescod', 'codesgg'],
|
|
1419
|
-
requiredForInsert: ['typorgcod', 'orgcod'],
|
|
1420
|
-
primaryKey: 'orgcod',
|
|
1421
|
-
foreignKeys: {},
|
|
1422
|
-
$type: null,
|
|
1423
|
-
$input: null
|
|
1424
|
-
};
|
|
1425
|
-
const orgextpres = {
|
|
1426
|
-
tableName: 'orgextpres',
|
|
1427
|
-
columns: ['code', 'libelle_court', 'libelle'],
|
|
1428
|
-
requiredForInsert: ['code', 'libelle_court', 'libelle'],
|
|
1429
|
-
primaryKey: 'code',
|
|
1430
|
-
foreignKeys: {},
|
|
1431
|
-
$type: null,
|
|
1432
|
-
$input: null
|
|
1433
|
-
};
|
|
1434
|
-
const orgthe = {
|
|
1435
|
-
tableName: 'orgthe',
|
|
1436
|
-
columns: ['orgcod', 'thecle'],
|
|
1437
|
-
requiredForInsert: ['orgcod', 'thecle'],
|
|
1438
|
-
primaryKey: null,
|
|
1439
|
-
foreignKeys: {},
|
|
1440
|
-
$type: null,
|
|
1441
|
-
$input: null
|
|
1442
|
-
};
|
|
1443
|
-
const pairie_elusenpair = {
|
|
1444
|
-
tableName: 'pairie_elusenpair',
|
|
1445
|
-
columns: ['code', 'libelle_court', 'libelle', 'ordre', 'code_excel', 'debut', 'fin'],
|
|
1446
|
-
requiredForInsert: ['code', 'libelle_court', 'libelle'],
|
|
1447
|
-
primaryKey: 'code',
|
|
1448
|
-
foreignKeys: {},
|
|
1449
|
-
$type: null,
|
|
1450
|
-
$input: null
|
|
1451
|
-
};
|
|
1452
|
-
const parpol = {
|
|
1453
|
-
tableName: 'parpol',
|
|
1454
|
-
columns: ['typorgcod', 'orgcod', 'tenpolcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'orgart', 'orgnumtri', 'orgdatcre', 'orgdatfin', 'orgnumtie', 'orgurlsim', 'orgurlcmp', 'orgtemannu', 'syscredat', 'sysmajdat', 'typparpolcod'],
|
|
1455
|
-
requiredForInsert: ['typorgcod', 'orgcod', 'tenpolcod', 'typparpolcod'],
|
|
1456
|
-
primaryKey: 'orgcod',
|
|
1457
|
-
foreignKeys: {},
|
|
1458
|
-
$type: null,
|
|
1459
|
-
$input: null
|
|
1460
|
-
};
|
|
1461
|
-
const parpolglo = {
|
|
1462
|
-
tableName: 'parpolglo',
|
|
1463
|
-
columns: ['parpolgloid', 'nivlancod', 'lancod', 'senmat', 'syscredat', 'sysmajdat'],
|
|
1464
|
-
requiredForInsert: ['parpolgloid', 'nivlancod', 'lancod', 'senmat'],
|
|
1465
|
-
primaryKey: 'parpolgloid',
|
|
1466
|
-
foreignKeys: {},
|
|
1467
|
-
$type: null,
|
|
1468
|
-
$input: null
|
|
1469
|
-
};
|
|
1470
|
-
const participa = {
|
|
1471
|
-
tableName: 'participa',
|
|
1472
|
-
columns: ['participaid', 'verrescod', 'participaabs', 'participaexp', 'participains', 'participasie', 'participavot', 'syscredat', 'sysmajdat', 'participabla', 'participanul'],
|
|
1473
|
-
requiredForInsert: ['participaid'],
|
|
1474
|
-
primaryKey: 'participaid',
|
|
1475
|
-
foreignKeys: {},
|
|
1476
|
-
$type: null,
|
|
1477
|
-
$input: null
|
|
1478
|
-
};
|
|
1479
|
-
const pcs = {
|
|
1480
|
-
tableName: 'pcs',
|
|
1481
|
-
columns: ['pcscod', 'pcslil', 'pcs42cod'],
|
|
1482
|
-
requiredForInsert: ['pcscod', 'pcs42cod'],
|
|
1483
|
-
primaryKey: 'pcscod',
|
|
1484
|
-
foreignKeys: {},
|
|
1485
|
-
$type: null,
|
|
1486
|
-
$input: null
|
|
1487
|
-
};
|
|
1488
|
-
const pcs24 = {
|
|
1489
|
-
tableName: 'pcs24',
|
|
1490
|
-
columns: ['pcs24cod', 'pcs24lib', 'pcs8cod'],
|
|
1491
|
-
requiredForInsert: ['pcs24cod', 'pcs8cod'],
|
|
1492
|
-
primaryKey: 'pcs24cod',
|
|
1493
|
-
foreignKeys: {},
|
|
1494
|
-
$type: null,
|
|
1495
|
-
$input: null
|
|
1496
|
-
};
|
|
1497
|
-
const pcs42 = {
|
|
1498
|
-
tableName: 'pcs42',
|
|
1499
|
-
columns: ['pcs42cod', 'pcs42lib', 'pcs24cod'],
|
|
1500
|
-
requiredForInsert: ['pcs42cod', 'pcs24cod'],
|
|
1501
|
-
primaryKey: 'pcs42cod',
|
|
1502
|
-
foreignKeys: {},
|
|
1503
|
-
$type: null,
|
|
1504
|
-
$input: null
|
|
1505
|
-
};
|
|
1506
|
-
const pcs8 = {
|
|
1507
|
-
tableName: 'pcs8',
|
|
1508
|
-
columns: ['pcs8cod', 'pcs8lil'],
|
|
1509
|
-
requiredForInsert: ['pcs8cod'],
|
|
1510
|
-
primaryKey: 'pcs8cod',
|
|
1511
|
-
foreignKeys: {},
|
|
1512
|
-
$type: null,
|
|
1513
|
-
$input: null
|
|
1514
|
-
};
|
|
1515
|
-
const pcscatpro = {
|
|
1516
|
-
tableName: 'pcscatpro',
|
|
1517
|
-
columns: ['catprocod', 'pcscod', 'procatprodef', 'pcscatproid'],
|
|
1518
|
-
requiredForInsert: ['catprocod', 'pcscod', 'pcscatproid'],
|
|
1519
|
-
primaryKey: 'pcscatproid',
|
|
1520
|
-
foreignKeys: {},
|
|
1521
|
-
$type: null,
|
|
1522
|
-
$input: null
|
|
1523
|
-
};
|
|
1524
|
-
const per = {
|
|
1525
|
-
tableName: 'per',
|
|
1526
|
-
columns: ['permat', 'cadcod', 'srvcod', 'discoucod', 'pernomuse', 'perprenom', 'pernomtec', 'pernumtel', 'pernumtelext', 'peredirep', 'perdatent', 'perdatsor', 'perema', 'quacod', 'divcod', 'perlogldap', 'syscredat', 'sysmajdat', 'perhompag'],
|
|
1527
|
-
requiredForInsert: ['permat', 'cadcod', 'srvcod', 'discoucod', 'pernomuse', 'perprenom', 'pernomtec', 'quacod'],
|
|
1528
|
-
primaryKey: 'permat',
|
|
1529
|
-
foreignKeys: {},
|
|
1530
|
-
$type: null,
|
|
1531
|
-
$input: null
|
|
1532
|
-
};
|
|
1533
|
-
const per_sen = {
|
|
1534
|
-
tableName: 'per_sen',
|
|
1535
|
-
columns: ['permat', 'cadcod', 'srvcod', 'discoucod', 'pernomuse', 'perprenom', 'pernomtec', 'pernumtel', 'pernumtelext', 'peredirep', 'perdatent', 'perdatsor', 'perema', 'quacod', 'divcod', 'perlogldap', 'syscredat', 'sysmajdat'],
|
|
1536
|
-
requiredForInsert: ['permat', 'cadcod', 'srvcod', 'discoucod', 'pernomuse', 'perprenom', 'pernomtec', 'quacod'],
|
|
1537
|
-
primaryKey: 'permat',
|
|
1538
|
-
foreignKeys: {},
|
|
1539
|
-
$type: null,
|
|
1540
|
-
$input: null
|
|
1541
|
-
};
|
|
1542
|
-
const perapp = {
|
|
1543
|
-
tableName: 'perapp',
|
|
1544
|
-
columns: ['permat', 'appcod', 'perappusr', 'perapppwd', 'perappdatcre', 'perappdatfin', 'perappdatderacc', 'perapprol', 'perappobs', 'perappid'],
|
|
1545
|
-
requiredForInsert: ['permat', 'appcod', 'perappid'],
|
|
1546
|
-
primaryKey: 'perappid',
|
|
1547
|
-
foreignKeys: {},
|
|
1548
|
-
$type: null,
|
|
1549
|
-
$input: null
|
|
1550
|
-
};
|
|
1551
|
-
const periode_presence = {
|
|
1552
|
-
tableName: 'periode_presence',
|
|
1553
|
-
columns: ['perid', 'lic', 'deb', 'fin'],
|
|
1554
|
-
requiredForInsert: ['perid', 'lic'],
|
|
1555
|
-
primaryKey: 'perid',
|
|
1556
|
-
foreignKeys: {},
|
|
1557
|
-
$type: null,
|
|
1558
|
-
$input: null
|
|
1559
|
-
};
|
|
1560
|
-
const perpolglo = {
|
|
1561
|
-
tableName: 'perpolglo',
|
|
1562
|
-
columns: ['perpolgloid', 'permat', 'nivlancod', 'lancod', 'syscredat', 'sysmajdat'],
|
|
1563
|
-
requiredForInsert: ['perpolgloid', 'permat', 'nivlancod', 'lancod'],
|
|
1564
|
-
primaryKey: 'perpolgloid',
|
|
1565
|
-
foreignKeys: {},
|
|
1566
|
-
$type: null,
|
|
1567
|
-
$input: null
|
|
1568
|
-
};
|
|
1569
|
-
const perrol = {
|
|
1570
|
-
tableName: 'perrol',
|
|
1571
|
-
columns: ['perlogldap', 'rolcod', 'syscredat', 'sysmajdat'],
|
|
1572
|
-
requiredForInsert: ['perlogldap', 'rolcod'],
|
|
1573
|
-
primaryKey: null,
|
|
1574
|
-
foreignKeys: {},
|
|
1575
|
-
$type: null,
|
|
1576
|
-
$input: null
|
|
1577
|
-
};
|
|
1578
|
-
const pj_justificatif = {
|
|
1579
|
-
tableName: 'pj_justificatif',
|
|
1580
|
-
columns: ['pjjid', 'tpjjcod', 'pjjoriname', 'pjjdata', 'derogationid', 'pjjlib'],
|
|
1581
|
-
requiredForInsert: ['pjjid', 'tpjjcod', 'derogationid'],
|
|
1582
|
-
primaryKey: 'pjjid',
|
|
1583
|
-
foreignKeys: {},
|
|
1584
|
-
$type: null,
|
|
1585
|
-
$input: null
|
|
1586
|
-
};
|
|
1587
|
-
const pj_justificatif_audit = {
|
|
1588
|
-
tableName: 'pj_justificatif_audit',
|
|
1589
|
-
columns: ['pjjid', 'rev', 'revtype', 'revend', 'pjjdata', 'pjjdata_mod', 'pjjoriname', 'pjjoriname_mod', 'tpjjcod', 'tpjjcod_mod', 'derogationid', 'derogation_mod', 'pjjlib', 'pjjlib_mod'],
|
|
1590
|
-
requiredForInsert: ['pjjid', 'rev', 'derogationid'],
|
|
1591
|
-
primaryKey: 'pjjid',
|
|
1592
|
-
foreignKeys: {},
|
|
1593
|
-
$type: null,
|
|
1594
|
-
$input: null
|
|
1595
|
-
};
|
|
1596
|
-
const plaind = {
|
|
1597
|
-
tableName: 'plaind',
|
|
1598
|
-
columns: ['plaindcod', 'plaindlic', 'plaindlib', 'plaindnumtri', 'plaindmnt', 'syscredat', 'sysmajdat'],
|
|
1599
|
-
requiredForInsert: ['plaindcod'],
|
|
1600
|
-
primaryKey: 'plaindcod',
|
|
1601
|
-
foreignKeys: {},
|
|
1602
|
-
$type: null,
|
|
1603
|
-
$input: null
|
|
1604
|
-
};
|
|
1605
|
-
const plan_table = {
|
|
1606
|
-
tableName: 'plan_table',
|
|
1607
|
-
columns: ['statement_id', 'timestamp', 'remarks', 'operation', 'options', 'object_node', 'object_owner', 'object_name', 'object_instance', 'object_type', 'optimizer', 'search_columns', 'id', 'parent_id', 'position', 'cost', 'cardinality', 'bytes', 'other_tag', 'partition_start', 'partition_stop', 'partition_id', 'other'],
|
|
1608
|
-
requiredForInsert: [],
|
|
1609
|
-
primaryKey: null,
|
|
1610
|
-
foreignKeys: {},
|
|
1611
|
-
$type: null,
|
|
1612
|
-
$input: null
|
|
1613
|
-
};
|
|
1614
|
-
const plsql_profiler_runs = {
|
|
1615
|
-
tableName: 'plsql_profiler_runs',
|
|
1616
|
-
columns: ['runid', 'related_run', 'run_owner', 'run_proc', 'run_date', 'run_comment', 'run_total_time', 'run_system_info', 'run_comment1', 'spare1'],
|
|
1617
|
-
requiredForInsert: ['runid'],
|
|
1618
|
-
primaryKey: 'runid',
|
|
1619
|
-
foreignKeys: {},
|
|
1620
|
-
$type: null,
|
|
1621
|
-
$input: null
|
|
1622
|
-
};
|
|
1623
|
-
const plsql_profiler_units = {
|
|
1624
|
-
tableName: 'plsql_profiler_units',
|
|
1625
|
-
columns: ['runid', 'unit_number', 'unit_type', 'unit_owner', 'unit_name', 'unit_timestamp', 'total_time', 'spare1', 'spare2'],
|
|
1626
|
-
requiredForInsert: ['runid', 'unit_number'],
|
|
1627
|
-
primaryKey: 'runid',
|
|
1628
|
-
foreignKeys: {},
|
|
1629
|
-
$type: null,
|
|
1630
|
-
$input: null
|
|
1631
|
-
};
|
|
1632
|
-
const poicon = {
|
|
1633
|
-
tableName: 'poicon',
|
|
1634
|
-
columns: ['poiconid', 'senmat', 'typpoiconcod', 'poiconlib', 'poiconnumtri', 'syscredat', 'sysmajdat'],
|
|
1635
|
-
requiredForInsert: ['poiconid', 'senmat', 'typpoiconcod'],
|
|
1636
|
-
primaryKey: 'poiconid',
|
|
1637
|
-
foreignKeys: {},
|
|
1638
|
-
$type: null,
|
|
1639
|
-
$input: null
|
|
1640
|
-
};
|
|
1641
|
-
const posvot = {
|
|
1642
|
-
tableName: 'posvot',
|
|
1643
|
-
columns: ['posvotcod', 'posvotlib', 'syscredat', 'sysmajdat', 'libana', 'libanaplu'],
|
|
1644
|
-
requiredForInsert: ['posvotcod'],
|
|
1645
|
-
primaryKey: 'posvotcod',
|
|
1646
|
-
foreignKeys: {},
|
|
1647
|
-
$type: null,
|
|
1648
|
-
$input: null
|
|
1649
|
-
};
|
|
1650
|
-
const presences_scrutin_surcharge = {
|
|
1651
|
-
tableName: 'presences_scrutin_surcharge',
|
|
1652
|
-
columns: ['sesann', 'scrnum', 'senmat'],
|
|
1653
|
-
requiredForInsert: ['sesann', 'scrnum', 'senmat'],
|
|
1654
|
-
primaryKey: 'sesann',
|
|
1655
|
-
foreignKeys: {},
|
|
1656
|
-
$type: null,
|
|
1657
|
-
$input: null
|
|
1658
|
-
};
|
|
1659
|
-
const presencesrevisionentity = {
|
|
1660
|
-
tableName: 'presencesrevisionentity',
|
|
1661
|
-
columns: ['id', 'ip', 'humandate', 'timestamp', 'username'],
|
|
1662
|
-
requiredForInsert: ['id', 'timestamp'],
|
|
1663
|
-
primaryKey: 'id',
|
|
1664
|
-
foreignKeys: {},
|
|
1665
|
-
$type: null,
|
|
1666
|
-
$input: null
|
|
1667
|
-
};
|
|
1668
|
-
const profil_applicatif = {
|
|
1669
|
-
tableName: 'profil_applicatif',
|
|
1670
|
-
columns: ['procod', 'prolib', 'syscredat', 'sysmajdat'],
|
|
1671
|
-
requiredForInsert: ['procod', 'prolib'],
|
|
1672
|
-
primaryKey: 'procod',
|
|
1673
|
-
foreignKeys: {},
|
|
1674
|
-
$type: null,
|
|
1675
|
-
$input: null
|
|
1676
|
-
};
|
|
1677
|
-
const qua = {
|
|
1678
|
-
tableName: 'qua',
|
|
1679
|
-
columns: ['quacod', 'qualic', 'quanumtri', 'quacodsex', 'qualib', 'qualil', 'qualicplu', 'qualibplu', 'qualilplu', 'syscredat', 'sysmajdat'],
|
|
1680
|
-
requiredForInsert: ['quacod', 'qualic'],
|
|
1681
|
-
primaryKey: 'quacod',
|
|
1682
|
-
foreignKeys: {},
|
|
1683
|
-
$type: null,
|
|
1684
|
-
$input: null
|
|
1685
|
-
};
|
|
1686
|
-
const rap_the = {
|
|
1687
|
-
tableName: 'rap_the',
|
|
1688
|
-
columns: ['thecle', 'thelib', 'theali', 'thenouidt'],
|
|
1689
|
-
requiredForInsert: ['thecle', 'thelib'],
|
|
1690
|
-
primaryKey: 'thecle',
|
|
1691
|
-
foreignKeys: {},
|
|
1692
|
-
$type: null,
|
|
1693
|
-
$input: null
|
|
1694
|
-
};
|
|
1695
|
-
const reg = {
|
|
1696
|
-
tableName: 'reg',
|
|
1697
|
-
columns: ['regcod', 'territcod', 'reglib', 'regnumtri', 'regcodparlis', 'artreg', 'regurlcmp', 'syscredat', 'sysmajdat', 'regcodrpl', 'reglic', 'reglil', 'regdatdeb', 'regdatfin', 'regcodint'],
|
|
1698
|
-
requiredForInsert: ['regcod', 'territcod', 'reglib'],
|
|
1699
|
-
primaryKey: 'regcod',
|
|
1700
|
-
foreignKeys: {},
|
|
1701
|
-
$type: null,
|
|
1702
|
-
$input: null
|
|
1703
|
-
};
|
|
1704
|
-
const reladr = {
|
|
1705
|
-
tableName: 'reladr',
|
|
1706
|
-
columns: ['reladrcod', 'adrid', 'reladrlic', 'reladrlib', 'syscredat', 'sysmajdat'],
|
|
1707
|
-
requiredForInsert: ['reladrcod', 'adrid'],
|
|
1708
|
-
primaryKey: 'reladrcod',
|
|
1709
|
-
foreignKeys: {},
|
|
1710
|
-
$type: null,
|
|
1711
|
-
$input: null
|
|
1712
|
-
};
|
|
1713
|
-
const requetes_profil = {
|
|
1714
|
-
tableName: 'requetes_profil',
|
|
1715
|
-
columns: ['procod', 'requete_ldap', 'requetes_profilid'],
|
|
1716
|
-
requiredForInsert: ['procod', 'requete_ldap', 'requetes_profilid'],
|
|
1717
|
-
primaryKey: 'requetes_profilid',
|
|
1718
|
-
foreignKeys: {},
|
|
1719
|
-
$type: null,
|
|
1720
|
-
$input: null
|
|
1721
|
-
};
|
|
1722
|
-
const reslis = {
|
|
1723
|
-
tableName: 'reslis',
|
|
1724
|
-
columns: ['reslisid', 'verrescod', 'reslisnbrvoi', 'reslisnbelus', 'syscredat', 'sysmajdat'],
|
|
1725
|
-
requiredForInsert: ['reslisid'],
|
|
1726
|
-
primaryKey: 'reslisid',
|
|
1727
|
-
foreignKeys: {},
|
|
1728
|
-
$type: null,
|
|
1729
|
-
$input: null
|
|
1730
|
-
};
|
|
1731
|
-
const resultat = {
|
|
1732
|
-
tableName: 'resultat',
|
|
1733
|
-
columns: ['resid', 'verrescod', 'resnbrvoi', 'reselu', 'syscredat', 'sysmajdat'],
|
|
1734
|
-
requiredForInsert: ['resid'],
|
|
1735
|
-
primaryKey: 'resid',
|
|
1736
|
-
foreignKeys: {},
|
|
1737
|
-
$type: null,
|
|
1738
|
-
$input: null
|
|
1739
|
-
};
|
|
1740
|
-
const reu = {
|
|
1741
|
-
tableName: 'reu',
|
|
1742
|
-
columns: ['reuid', 'orgcod', 'reudat', 'reuobj', 'reuheu', 'syscredat', 'sysmajdat'],
|
|
1743
|
-
requiredForInsert: ['reuid', 'orgcod', 'reudat'],
|
|
1744
|
-
primaryKey: 'reuid',
|
|
1745
|
-
foreignKeys: {},
|
|
1746
|
-
$type: null,
|
|
1747
|
-
$input: null
|
|
1748
|
-
};
|
|
1749
|
-
const revchanges = {
|
|
1750
|
-
tableName: 'revchanges',
|
|
1751
|
-
columns: ['rev', 'entityname'],
|
|
1752
|
-
requiredForInsert: ['rev'],
|
|
1753
|
-
primaryKey: null,
|
|
1754
|
-
foreignKeys: {},
|
|
1755
|
-
$type: null,
|
|
1756
|
-
$input: null
|
|
1757
|
-
};
|
|
1758
|
-
const rne_mandat = {
|
|
1759
|
-
tableName: 'rne_mandat',
|
|
1760
|
-
columns: ['id', 'type_mandat', 'code_circo', 'nom_circo', 'code_sous_circo', 'nom_sous_circo', 'nom', 'prenom', 'sexe', 'date_naissance', 'libelle_fonction', 'nuance', 'num_rne'],
|
|
1761
|
-
requiredForInsert: ['id', 'type_mandat', 'code_circo', 'nom_circo', 'nom', 'prenom', 'sexe', 'num_rne'],
|
|
1762
|
-
primaryKey: 'id',
|
|
1763
|
-
foreignKeys: {},
|
|
1764
|
-
$type: null,
|
|
1765
|
-
$input: null
|
|
1766
|
-
};
|
|
1767
|
-
const rne_mandat_diff = {
|
|
1768
|
-
tableName: 'rne_mandat_diff',
|
|
1769
|
-
columns: ['id', 'rne_mandat_id', 'sen_mandat_id', 'type_mandat', 'codediff'],
|
|
1770
|
-
requiredForInsert: ['id', 'type_mandat', 'codediff'],
|
|
1771
|
-
primaryKey: 'id',
|
|
1772
|
-
foreignKeys: {},
|
|
1773
|
-
$type: null,
|
|
1774
|
-
$input: null
|
|
1775
|
-
};
|
|
1776
|
-
const rne_sen = {
|
|
1777
|
-
tableName: 'rne_sen',
|
|
1778
|
-
columns: ['id', 'code_circo', 'nom_circo', 'nom', 'prenom', 'sexe', 'date_naissance', 'nuance', 'num_rne'],
|
|
1779
|
-
requiredForInsert: ['id', 'code_circo', 'nom_circo', 'nom', 'prenom', 'sexe', 'date_naissance', 'num_rne'],
|
|
1780
|
-
primaryKey: 'id',
|
|
1781
|
-
foreignKeys: {},
|
|
1782
|
-
$type: null,
|
|
1783
|
-
$input: null
|
|
1784
|
-
};
|
|
1785
|
-
const rne_sen_diff = {
|
|
1786
|
-
tableName: 'rne_sen_diff',
|
|
1787
|
-
columns: ['id', 'rne_sen_id', 'matricule', 'codediff'],
|
|
1788
|
-
requiredForInsert: ['id', 'codediff'],
|
|
1789
|
-
primaryKey: 'id',
|
|
1790
|
-
foreignKeys: {},
|
|
1791
|
-
$type: null,
|
|
1792
|
-
$input: null
|
|
1793
|
-
};
|
|
1794
|
-
const rne_type_mandat = {
|
|
1795
|
-
tableName: 'rne_type_mandat',
|
|
1796
|
-
columns: ['code', 'libelle_court', 'libelle'],
|
|
1797
|
-
requiredForInsert: ['code', 'libelle_court', 'libelle'],
|
|
1798
|
-
primaryKey: 'code',
|
|
1799
|
-
foreignKeys: {},
|
|
1800
|
-
$type: null,
|
|
1801
|
-
$input: null
|
|
1802
|
-
};
|
|
1803
|
-
const rol = {
|
|
1804
|
-
tableName: 'rol',
|
|
1805
|
-
columns: ['rolcod', 'rollic', 'rollib', 'rolnumtri', 'syscredat', 'sysmajdat', 'rolhompag'],
|
|
1806
|
-
requiredForInsert: ['rolcod'],
|
|
1807
|
-
primaryKey: 'rolcod',
|
|
1808
|
-
foreignKeys: {},
|
|
1809
|
-
$type: null,
|
|
1810
|
-
$input: null
|
|
1811
|
-
};
|
|
1812
|
-
const sal = {
|
|
1813
|
-
tableName: 'sal',
|
|
1814
|
-
columns: ['salnum', 'salnom', 'salnomlil', 'syscredat', 'sysmajdat'],
|
|
1815
|
-
requiredForInsert: ['salnum', 'salnom'],
|
|
1816
|
-
primaryKey: 'salnum',
|
|
1817
|
-
foreignKeys: {},
|
|
1818
|
-
$type: null,
|
|
1819
|
-
$input: null
|
|
1820
|
-
};
|
|
1821
|
-
const scr = {
|
|
1822
|
-
tableName: 'scr',
|
|
1823
|
-
columns: ['sesann', 'scrnum', 'typscrcod', 'scrdat', 'scrint', 'scrintext', 'scrpou', 'scrcon', 'scrvot', 'scrsuf', 'scrmaj', 'scrpousea', 'scrconsea', 'scrvotsea', 'scrsufsea', 'scrmajsea', 'scrrecsea', 'scrcptsea', 'scrnbrbur', 'syscredat', 'sysmajdat', 'scrid'],
|
|
1824
|
-
requiredForInsert: ['sesann', 'scrnum', 'typscrcod', 'scrid'],
|
|
1825
|
-
primaryKey: 'scrid',
|
|
1826
|
-
foreignKeys: {},
|
|
1827
|
-
$type: null,
|
|
1828
|
-
$input: null
|
|
1829
|
-
};
|
|
1830
|
-
const scrusoldelega = {
|
|
1831
|
-
tableName: 'scrusoldelega',
|
|
1832
|
-
columns: ['scrid', 'delegant', 'delegue'],
|
|
1833
|
-
requiredForInsert: ['scrid', 'delegant', 'delegue'],
|
|
1834
|
-
primaryKey: null,
|
|
1835
|
-
foreignKeys: {},
|
|
1836
|
-
$type: null,
|
|
1837
|
-
$input: null
|
|
1838
|
-
};
|
|
1839
|
-
const sea = {
|
|
1840
|
-
tableName: 'sea',
|
|
1841
|
-
columns: ['reuid', 'seanum', 'salnum', 'seaheu', 'seatemval', 'syscredat', 'sysmajdat', 'seaid'],
|
|
1842
|
-
requiredForInsert: ['reuid', 'seanum', 'salnum', 'seaid'],
|
|
1843
|
-
primaryKey: 'seaid',
|
|
1844
|
-
foreignKeys: {},
|
|
1845
|
-
$type: null,
|
|
1846
|
-
$input: null
|
|
1847
|
-
};
|
|
1848
|
-
const sec = {
|
|
1849
|
-
tableName: 'sec',
|
|
1850
|
-
columns: ['seccod', 'seclib', 'secnumtri', 'syscredat', 'sysmajdat'],
|
|
1851
|
-
requiredForInsert: ['seccod', 'seclib'],
|
|
1852
|
-
primaryKey: 'seccod',
|
|
1853
|
-
foreignKeys: {},
|
|
1854
|
-
$type: null,
|
|
1855
|
-
$input: null
|
|
1856
|
-
};
|
|
1857
|
-
const sec2e = {
|
|
1858
|
-
tableName: 'sec2e',
|
|
1859
|
-
columns: ['seccod', 'seclib', 'secnumtri'],
|
|
1860
|
-
requiredForInsert: ['seccod', 'seclib'],
|
|
1861
|
-
primaryKey: 'seccod',
|
|
1862
|
-
foreignKeys: {},
|
|
1863
|
-
$type: null,
|
|
1864
|
-
$input: null
|
|
1865
|
-
};
|
|
1866
|
-
const secexe = {
|
|
1867
|
-
tableName: 'secexe',
|
|
1868
|
-
columns: ['secexeid', 'permat', 'orgcod', 'secexedatdeb', 'secexedatfin', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'secexeanndeb', 'secexeannfin', 'syscredat', 'sysmajdat'],
|
|
1869
|
-
requiredForInsert: ['secexeid', 'permat', 'orgcod'],
|
|
1870
|
-
primaryKey: 'secexeid',
|
|
1871
|
-
foreignKeys: {},
|
|
1872
|
-
$type: null,
|
|
1873
|
-
$input: null
|
|
1874
|
-
};
|
|
1875
|
-
const sen = {
|
|
1876
|
-
tableName: 'sen',
|
|
1877
|
-
columns: ['senmat', 'quacod', 'sennomuse', 'sennomtec', 'senprenomuse', 'sendatnai', 'sendatdec', 'etasencod', 'sendespro', 'pcscod', 'catprocod', 'sengrppolcodcou', 'sengrppolliccou', 'sentypappcou', 'sencomcodcou', 'sencomliccou', 'sencirnumcou', 'sencircou', 'senburliccou', 'senema', 'sennomusecap', 'senfem', 'sennumsie', 'syscredat', 'sysmajdat', 'sendaiurl'],
|
|
1878
|
-
requiredForInsert: ['senmat', 'quacod', 'sennomuse', 'sennomtec', 'senprenomuse', 'etasencod', 'sennomusecap'],
|
|
1879
|
-
primaryKey: 'senmat',
|
|
1880
|
-
foreignKeys: {},
|
|
1881
|
-
$type: null,
|
|
1882
|
-
$input: null
|
|
1883
|
-
};
|
|
1884
|
-
const senbur = {
|
|
1885
|
-
tableName: 'senbur',
|
|
1886
|
-
columns: ['senburid', 'burcod', 'senburdatdeb', 'senburdatfin', 'senburrelint', 'senburrngele', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'senmat', 'senburhon', 'syscredat', 'sysmajdat'],
|
|
1887
|
-
requiredForInsert: ['senburid', 'burcod', 'senmat'],
|
|
1888
|
-
primaryKey: 'senburid',
|
|
1889
|
-
foreignKeys: {},
|
|
1890
|
-
$type: null,
|
|
1891
|
-
$input: null
|
|
1892
|
-
};
|
|
1893
|
-
const senbur3r = {
|
|
1894
|
-
tableName: 'senbur3r',
|
|
1895
|
-
columns: ['senburid', 'senmat', 'burcod', 'senburhon', 'senburdatdeb', 'senburdatfin', 'senburrelint', 'senburrngele', 'syscredat', 'sysmajdat'],
|
|
1896
|
-
requiredForInsert: ['senburid', 'senmat', 'burcod'],
|
|
1897
|
-
primaryKey: 'senburid',
|
|
1898
|
-
foreignKeys: {},
|
|
1899
|
-
$type: null,
|
|
1900
|
-
$input: null
|
|
1901
|
-
};
|
|
1902
|
-
const senbur4r = {
|
|
1903
|
-
tableName: 'senbur4r',
|
|
1904
|
-
columns: ['senburid', 'senmat', 'burcod', 'senburhon', 'senburdatdeb', 'senburdatfin', 'senburrelint', 'senburrngele', 'syscredat', 'sysmajdat'],
|
|
1905
|
-
requiredForInsert: ['senburid', 'senmat', 'burcod'],
|
|
1906
|
-
primaryKey: 'senburid',
|
|
1907
|
-
foreignKeys: {},
|
|
1908
|
-
$type: null,
|
|
1909
|
-
$input: null
|
|
1910
|
-
};
|
|
1911
|
-
const sennom = {
|
|
1912
|
-
tableName: 'sennom',
|
|
1913
|
-
columns: ['senmat', 'sennomdatdeb', 'sennomdatfin', 'quacod', 'sennomuse', 'sennomusecap', 'sennomtec', 'senprenomuse', 'syscredat', 'sysmajdat', 'sennomid'],
|
|
1914
|
-
requiredForInsert: ['senmat', 'sennomdatdeb', 'quacod', 'sennomuse', 'sennomusecap', 'sennomtec', 'senprenomuse', 'sennomid'],
|
|
1915
|
-
primaryKey: 'sennomid',
|
|
1916
|
-
foreignKeys: {},
|
|
1917
|
-
$type: null,
|
|
1918
|
-
$input: null
|
|
1919
|
-
};
|
|
1920
|
-
const senpj = {
|
|
1921
|
-
tableName: 'senpj',
|
|
1922
|
-
columns: ['pjid', 'matricule', 'cible', 'texte_lien', 'image_lien', 'categorie'],
|
|
1923
|
-
requiredForInsert: ['pjid', 'matricule', 'cible', 'categorie'],
|
|
1924
|
-
primaryKey: 'pjid',
|
|
1925
|
-
foreignKeys: {},
|
|
1926
|
-
$type: null,
|
|
1927
|
-
$input: null
|
|
1928
|
-
};
|
|
1929
|
-
const sensim = {
|
|
1930
|
-
tableName: 'sensim',
|
|
1931
|
-
columns: ['senmat', 'quacod', 'sennomtec', 'sennomdis', 'sennomusecap', 'sennomuse', 'senprenomuse', 'sendatnai', 'sendespro', 'sengrppolcodcou', 'sengrppolliccou', 'sengrppollibcou', 'sengrppollilcou', 'sengrppolnumtricou', 'fongrppolcod', 'fongrppollib', 'typapppolcod', 'sentypappcou', 'sencomcodcou', 'sencomliccou', 'sencomevelib', 'sencomlilmin', 'sencomurlsim', 'foncomlib', 'sencirnumcou', 'sencircodcou', 'sencircou', 'dptart', 'cirregcod', 'cirreglib', 'artreg', 'cirregnumtri', 'senburliccou', 'senburlibcou', 'senema', 'senpagper', 'mintitmincod', 'evelibvil', 'vilart', 'vilurlcmp', 'titelecodvil', 'titelelilvil', 'evelibvilhon', 'vilarthon', 'titelecodvilhon', 'titelelilvilhon', 'evelibmet', 'metart', 'meturlcmp', 'titelecodmet', 'titelelilmet', 'evelibcan', 'dpturlcmpcan', 'titelecodcan', 'titelelilcan', 'manlibreg', 'regurlcmpreg', 'titelecodreg', 'titelelilreg', 'sendatpreele', 'eluseneludatdeb', 'senauttra', 'autgrpsencod', 'senfem', 'senautema', 'senautpagper', 'sennbrque', 'sennbrvid', 'sennumsie', 'sendaiurl', 'evelibter', 'terart', 'terurlcmp', 'titelecodter', 'titelelilter', 'sengrppolurlcmp'],
|
|
1932
|
-
requiredForInsert: ['senmat', 'quacod', 'sennomtec', 'senprenomuse', 'sendatnai', 'cirregcod', 'cirreglib', 'senauttra', 'autgrpsencod', 'senfem', 'senautema', 'senautpagper'],
|
|
1933
|
-
primaryKey: 'senmat',
|
|
1934
|
-
foreignKeys: {},
|
|
1935
|
-
$type: null,
|
|
1936
|
-
$input: null
|
|
1937
|
-
};
|
|
1938
|
-
const sentablenom = {
|
|
1939
|
-
tableName: 'sentablenom',
|
|
1940
|
-
columns: ['annee', 'nomfic'],
|
|
1941
|
-
requiredForInsert: [],
|
|
1942
|
-
primaryKey: null,
|
|
1943
|
-
foreignKeys: {},
|
|
1944
|
-
$type: null,
|
|
1945
|
-
$input: null
|
|
1946
|
-
};
|
|
1947
|
-
const senurl = {
|
|
1948
|
-
tableName: 'senurl',
|
|
1949
|
-
columns: ['senurlid', 'senmat', 'typurlcod', 'senurlurl', 'evelic', 'evelib', 'evelil', 'eveobs', 'temvalcod', 'senurlnumtri', 'syscredat', 'sysmajdat'],
|
|
1950
|
-
requiredForInsert: ['senurlid', 'senmat', 'typurlcod', 'senurlurl'],
|
|
1951
|
-
primaryKey: 'senurlid',
|
|
1952
|
-
foreignKeys: {},
|
|
1953
|
-
$type: null,
|
|
1954
|
-
$input: null
|
|
1955
|
-
};
|
|
1956
|
-
const seuil_presence = {
|
|
1957
|
-
tableName: 'seuil_presence',
|
|
1958
|
-
columns: ['spid', 'lic', 'deb', 'fin', 'pctscrusol', 'pctmml', 'pctqag', 'pcttotal'],
|
|
1959
|
-
requiredForInsert: ['spid', 'lic'],
|
|
1960
|
-
primaryKey: 'spid',
|
|
1961
|
-
foreignKeys: {},
|
|
1962
|
-
$type: null,
|
|
1963
|
-
$input: null
|
|
1964
|
-
};
|
|
1965
|
-
const sirpas_elusen = {
|
|
1966
|
-
tableName: 'sirpas_elusen',
|
|
1967
|
-
columns: ['trfsirpasid', 'eluid', 'dptnum', 'eludatdeb', 'eludatfin', 'etadebmancod', 'etafinmancod', 'temvalcod', 'senmat'],
|
|
1968
|
-
requiredForInsert: ['trfsirpasid', 'eluid', 'dptnum', 'etadebmancod', 'senmat'],
|
|
1969
|
-
primaryKey: 'trfsirpasid',
|
|
1970
|
-
foreignKeys: {},
|
|
1971
|
-
$type: null,
|
|
1972
|
-
$input: null
|
|
1973
|
-
};
|
|
1974
|
-
const sirpas_fonmemcom = {
|
|
1975
|
-
tableName: 'sirpas_fonmemcom',
|
|
1976
|
-
columns: ['trfsirpasid', 'fonmemcomid', 'foncomcod', 'fonmemcomdatdeb', 'fonmemcomdatfin', 'memcomid'],
|
|
1977
|
-
requiredForInsert: ['trfsirpasid', 'fonmemcomid', 'foncomcod', 'memcomid'],
|
|
1978
|
-
primaryKey: 'trfsirpasid',
|
|
1979
|
-
foreignKeys: {},
|
|
1980
|
-
$type: null,
|
|
1981
|
-
$input: null
|
|
1982
|
-
};
|
|
1983
|
-
const sirpas_fonmemdelega = {
|
|
1984
|
-
tableName: 'sirpas_fonmemdelega',
|
|
1985
|
-
columns: ['trfsirpasid', 'fonmemdelid', 'fondelcod', 'fonmemdeldatdeb', 'fonmemdeldatfin', 'memdelegaid'],
|
|
1986
|
-
requiredForInsert: ['trfsirpasid', 'fonmemdelid', 'fondelcod', 'memdelegaid'],
|
|
1987
|
-
primaryKey: 'trfsirpasid',
|
|
1988
|
-
foreignKeys: {},
|
|
1989
|
-
$type: null,
|
|
1990
|
-
$input: null
|
|
1991
|
-
};
|
|
1992
|
-
const sirpas_fonmemgrppol = {
|
|
1993
|
-
tableName: 'sirpas_fonmemgrppol',
|
|
1994
|
-
columns: ['trfsirpasid', 'fonmemgrppolid', 'fongrppolcod', 'fonmemgrppoldatdeb', 'fonmemgrppoldatfin', 'memgrppolid'],
|
|
1995
|
-
requiredForInsert: ['trfsirpasid', 'fonmemgrppolid', 'memgrppolid'],
|
|
1996
|
-
primaryKey: 'trfsirpasid',
|
|
1997
|
-
foreignKeys: {},
|
|
1998
|
-
$type: null,
|
|
1999
|
-
$input: null
|
|
2000
|
-
};
|
|
2001
|
-
const sirpas_memcom = {
|
|
2002
|
-
tableName: 'sirpas_memcom',
|
|
2003
|
-
columns: ['trfsirpasid', 'memcomid', 'typorgcod', 'orgcod', 'memcomdatdeb', 'memcomdatfin', 'senmat'],
|
|
2004
|
-
requiredForInsert: ['trfsirpasid', 'memcomid', 'typorgcod', 'orgcod', 'senmat'],
|
|
2005
|
-
primaryKey: 'trfsirpasid',
|
|
2006
|
-
foreignKeys: {},
|
|
2007
|
-
$type: null,
|
|
2008
|
-
$input: null
|
|
2009
|
-
};
|
|
2010
|
-
const sirpas_memdelega = {
|
|
2011
|
-
tableName: 'sirpas_memdelega',
|
|
2012
|
-
columns: ['trfsirpasid', 'memdelegaid', 'typorgcod', 'orgcod', 'memdelegadatdeb', 'memdelegadatfin', 'senmat'],
|
|
2013
|
-
requiredForInsert: ['trfsirpasid', 'memdelegaid', 'typorgcod', 'orgcod', 'senmat'],
|
|
2014
|
-
primaryKey: 'trfsirpasid',
|
|
2015
|
-
foreignKeys: {},
|
|
2016
|
-
$type: null,
|
|
2017
|
-
$input: null
|
|
2018
|
-
};
|
|
2019
|
-
const sirpas_memgrppol = {
|
|
2020
|
-
tableName: 'sirpas_memgrppol',
|
|
2021
|
-
columns: ['trfsirpasid', 'memgrppolid', 'grppolcod', 'typapppolcod', 'memgrppoldatdeb', 'memgrppoldatfin', 'senmat'],
|
|
2022
|
-
requiredForInsert: ['trfsirpasid', 'memgrppolid', 'grppolcod', 'typapppolcod', 'senmat'],
|
|
2023
|
-
primaryKey: 'trfsirpasid',
|
|
2024
|
-
foreignKeys: {},
|
|
2025
|
-
$type: null,
|
|
2026
|
-
$input: null
|
|
2027
|
-
};
|
|
2028
|
-
const sirpas_mvt = {
|
|
2029
|
-
tableName: 'sirpas_mvt',
|
|
2030
|
-
columns: ['trfsirpasid', 'mvtidedos', 'mvtzontri10', 'mvtzontri13', 'senmat', 'mvtzontri22', 'mvtzonusr1', 'mvtgrpbor', 'mvtcodbor45', 'mvtcodbor47', 'mvtcodbor49', 'mvtzonusr2', 'mvtcod', 'mvttemctl', 'mvtzon'],
|
|
2031
|
-
requiredForInsert: ['trfsirpasid'],
|
|
2032
|
-
primaryKey: null,
|
|
2033
|
-
foreignKeys: {},
|
|
2034
|
-
$type: null,
|
|
2035
|
-
$input: null
|
|
2036
|
-
};
|
|
2037
|
-
const sirpas_mvtcm = {
|
|
2038
|
-
tableName: 'sirpas_mvtcm',
|
|
2039
|
-
columns: ['trfsirpasid', 'mvtidedos', 'mvtzontri10', 'mvtzontri13', 'senmat', 'mvtzontri22', 'mvtzonusr1', 'mvtgrpbor', 'mvtcodbor45', 'mvtcodbor47', 'mvtcodbor49', 'mvtzonusr2', 'mvtcod', 'mvttemctl', 'mvtzon'],
|
|
2040
|
-
requiredForInsert: ['trfsirpasid'],
|
|
2041
|
-
primaryKey: null,
|
|
2042
|
-
foreignKeys: {},
|
|
2043
|
-
$type: null,
|
|
2044
|
-
$input: null
|
|
2045
|
-
};
|
|
2046
|
-
const sirpas_mvttri = {
|
|
2047
|
-
tableName: 'sirpas_mvttri',
|
|
2048
|
-
columns: ['mvtcod', 'mvtlib', 'mvttri'],
|
|
2049
|
-
requiredForInsert: ['mvtcod', 'mvttri'],
|
|
2050
|
-
primaryKey: null,
|
|
2051
|
-
foreignKeys: {},
|
|
2052
|
-
$type: null,
|
|
2053
|
-
$input: null
|
|
2054
|
-
};
|
|
2055
|
-
const sirpas_sen = {
|
|
2056
|
-
tableName: 'sirpas_sen',
|
|
2057
|
-
columns: ['trfsirpasid', 'senmat', 'catrgpcod', 'quacod', 'sennomuse', 'sennomusecap', 'sennompat', 'sennommar', 'sennomtec', 'senprenomuse', 'senprenomciv', 'sendatnai', 'senlienai', 'sendatdec', 'etasencod', 'sendatpreele'],
|
|
2058
|
-
requiredForInsert: ['trfsirpasid', 'senmat', 'catrgpcod', 'quacod', 'sennomuse', 'sennomtec', 'senprenomuse', 'sendatnai', 'etasencod'],
|
|
2059
|
-
primaryKey: 'trfsirpasid',
|
|
2060
|
-
foreignKeys: {},
|
|
2061
|
-
$type: null,
|
|
2062
|
-
$input: null
|
|
2063
|
-
};
|
|
2064
|
-
const sirpas_senbur = {
|
|
2065
|
-
tableName: 'sirpas_senbur',
|
|
2066
|
-
columns: ['trfsirpasid', 'senburid', 'burcod', 'senburdatdeb', 'senburdatfin', 'senburrelint', 'senmat'],
|
|
2067
|
-
requiredForInsert: ['trfsirpasid', 'senburid', 'burcod', 'senmat'],
|
|
2068
|
-
primaryKey: 'trfsirpasid',
|
|
2069
|
-
foreignKeys: {},
|
|
2070
|
-
$type: null,
|
|
2071
|
-
$input: null
|
|
2072
|
-
};
|
|
2073
|
-
const sirpas_trf = {
|
|
2074
|
-
tableName: 'sirpas_trf',
|
|
2075
|
-
columns: ['trfsirpasid', 'trfsirpasdat', 'trfsirpasobs', 'trfsirpastyp', 'trfsirpasok'],
|
|
2076
|
-
requiredForInsert: ['trfsirpasid', 'trfsirpasdat'],
|
|
2077
|
-
primaryKey: 'trfsirpasid',
|
|
2078
|
-
foreignKeys: {},
|
|
2079
|
-
$type: null,
|
|
2080
|
-
$input: null
|
|
2081
|
-
};
|
|
2082
|
-
const srv = {
|
|
2083
|
-
tableName: 'srv',
|
|
2084
|
-
columns: ['srvcod', 'srvlib', 'srvlil', 'srvlic', 'srvnumtri', 'syscredat', 'sysmajdat'],
|
|
2085
|
-
requiredForInsert: ['srvcod', 'srvlib', 'srvlil', 'srvlic'],
|
|
2086
|
-
primaryKey: 'srvcod',
|
|
2087
|
-
foreignKeys: {},
|
|
2088
|
-
$type: null,
|
|
2089
|
-
$input: null
|
|
2090
|
-
};
|
|
2091
|
-
const stajur = {
|
|
2092
|
-
tableName: 'stajur',
|
|
2093
|
-
columns: ['stajurcod', 'stajurlic', 'stajurlib', 'stajurnumtri', 'syscredat', 'sysmajdat'],
|
|
2094
|
-
requiredForInsert: ['stajurcod'],
|
|
2095
|
-
primaryKey: 'stajurcod',
|
|
2096
|
-
foreignKeys: {},
|
|
2097
|
-
$type: null,
|
|
2098
|
-
$input: null
|
|
2099
|
-
};
|
|
2100
|
-
const stavot = {
|
|
2101
|
-
tableName: 'stavot',
|
|
2102
|
-
columns: ['stavotid', 'stavotlib', 'syscredat', 'sysmajdat'],
|
|
2103
|
-
requiredForInsert: ['stavotid', 'stavotlib'],
|
|
2104
|
-
primaryKey: 'stavotid',
|
|
2105
|
-
foreignKeys: {},
|
|
2106
|
-
$type: null,
|
|
2107
|
-
$input: null
|
|
2108
|
-
};
|
|
2109
|
-
const suspensiontravaux = {
|
|
2110
|
-
tableName: 'suspensiontravaux',
|
|
2111
|
-
columns: ['stid', 'datdeb', 'datfin', 'lib'],
|
|
2112
|
-
requiredForInsert: ['stid', 'datdeb', 'datfin', 'lib'],
|
|
2113
|
-
primaryKey: 'stid',
|
|
2114
|
-
foreignKeys: {},
|
|
2115
|
-
$type: null,
|
|
2116
|
-
$input: null
|
|
2117
|
-
};
|
|
2118
|
-
const suspensiontravaux_audit = {
|
|
2119
|
-
tableName: 'suspensiontravaux_audit',
|
|
2120
|
-
columns: ['stid', 'rev', 'revtype', 'revend', 'datdeb', 'datdeb_mod', 'datfin', 'datfin_mod', 'lib', 'lib_mod'],
|
|
2121
|
-
requiredForInsert: ['stid', 'rev'],
|
|
2122
|
-
primaryKey: 'stid',
|
|
2123
|
-
foreignKeys: {},
|
|
2124
|
-
$type: null,
|
|
2125
|
-
$input: null
|
|
2126
|
-
};
|
|
2127
|
-
const sysage = {
|
|
2128
|
-
tableName: 'sysage',
|
|
2129
|
-
columns: ['sysageid', 'sysagemin', 'sysagemax', 'sysagelic', 'sysagelib', 'sysagelil', 'sysagenumtri'],
|
|
2130
|
-
requiredForInsert: ['sysageid', 'sysagemin', 'sysagemax', 'sysagelic', 'sysagelib'],
|
|
2131
|
-
primaryKey: 'sysageid',
|
|
2132
|
-
foreignKeys: {},
|
|
2133
|
-
$type: null,
|
|
2134
|
-
$input: null
|
|
2135
|
-
};
|
|
2136
|
-
const syscognos = {
|
|
2137
|
-
tableName: 'syscognos',
|
|
2138
|
-
columns: ['syscognoscod', 'syscognosval', 'syscognoslib'],
|
|
2139
|
-
requiredForInsert: ['syscognoscod', 'syscognosval', 'syscognoslib'],
|
|
2140
|
-
primaryKey: 'syscognoscod',
|
|
2141
|
-
foreignKeys: {},
|
|
2142
|
-
$type: null,
|
|
2143
|
-
$input: null
|
|
2144
|
-
};
|
|
2145
|
-
const sysevt = {
|
|
2146
|
-
tableName: 'sysevt',
|
|
2147
|
-
columns: ['sysevtid', 'sysevtdat', 'sysevttyp', 'sysevtval', 'sysevtapp', 'sysevtlog'],
|
|
2148
|
-
requiredForInsert: ['sysevtid'],
|
|
2149
|
-
primaryKey: 'sysevtid',
|
|
2150
|
-
foreignKeys: {},
|
|
2151
|
-
$type: null,
|
|
2152
|
-
$input: null
|
|
2153
|
-
};
|
|
2154
|
-
const sysvar = {
|
|
2155
|
-
tableName: 'sysvar',
|
|
2156
|
-
columns: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2157
|
-
requiredForInsert: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2158
|
-
primaryKey: 'sysvarcod',
|
|
2159
|
-
foreignKeys: {},
|
|
2160
|
-
$type: null,
|
|
2161
|
-
$input: null
|
|
2162
|
-
};
|
|
2163
|
-
const sysvar_sendev = {
|
|
2164
|
-
tableName: 'sysvar_sendev',
|
|
2165
|
-
columns: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2166
|
-
requiredForInsert: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2167
|
-
primaryKey: null,
|
|
2168
|
-
foreignKeys: {},
|
|
2169
|
-
$type: null,
|
|
2170
|
-
$input: null
|
|
2171
|
-
};
|
|
2172
|
-
const sysvar_senprod = {
|
|
2173
|
-
tableName: 'sysvar_senprod',
|
|
2174
|
-
columns: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2175
|
-
requiredForInsert: ['sysvarcod', 'sysvarval', 'sysvarlib'],
|
|
2176
|
-
primaryKey: null,
|
|
2177
|
-
foreignKeys: {},
|
|
2178
|
-
$type: null,
|
|
2179
|
-
$input: null
|
|
2180
|
-
};
|
|
2181
|
-
const tapsenrevchanges = {
|
|
2182
|
-
tableName: 'tapsenrevchanges',
|
|
2183
|
-
columns: ['rev', 'entityname'],
|
|
2184
|
-
requiredForInsert: ['rev'],
|
|
2185
|
-
primaryKey: null,
|
|
2186
|
-
foreignKeys: {},
|
|
2187
|
-
$type: null,
|
|
2188
|
-
$input: null
|
|
2189
|
-
};
|
|
2190
|
-
const tapsenrevisionentity = {
|
|
2191
|
-
tableName: 'tapsenrevisionentity',
|
|
2192
|
-
columns: ['id', 'ip', 'humandate', 'timestamp', 'username'],
|
|
2193
|
-
requiredForInsert: ['id', 'timestamp'],
|
|
2194
|
-
primaryKey: 'id',
|
|
2195
|
-
foreignKeys: {},
|
|
2196
|
-
$type: null,
|
|
2197
|
-
$input: null
|
|
2198
|
-
};
|
|
2199
|
-
const telephone = {
|
|
2200
|
-
tableName: 'telephone',
|
|
2201
|
-
columns: ['telid', 'typtelcod', 'poiconid', 'telnum', 'telnumtri', 'syscredat', 'sysmajdat'],
|
|
2202
|
-
requiredForInsert: ['telid', 'typtelcod', 'poiconid'],
|
|
2203
|
-
primaryKey: 'telid',
|
|
2204
|
-
foreignKeys: {},
|
|
2205
|
-
$type: null,
|
|
2206
|
-
$input: null
|
|
2207
|
-
};
|
|
2208
|
-
const temval = {
|
|
2209
|
-
tableName: 'temval',
|
|
2210
|
-
columns: ['temvalcod', 'temvallic', 'temvallib'],
|
|
2211
|
-
requiredForInsert: ['temvalcod', 'temvallic', 'temvallib'],
|
|
2212
|
-
primaryKey: 'temvalcod',
|
|
2213
|
-
foreignKeys: {},
|
|
2214
|
-
$type: null,
|
|
2215
|
-
$input: null
|
|
2216
|
-
};
|
|
2217
|
-
const tenpol = {
|
|
2218
|
-
tableName: 'tenpol',
|
|
2219
|
-
columns: ['tenpolcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'tenpolnumtri', 'syscredat', 'sysmajdat'],
|
|
2220
|
-
requiredForInsert: ['tenpolcod'],
|
|
2221
|
-
primaryKey: 'tenpolcod',
|
|
2222
|
-
foreignKeys: {},
|
|
2223
|
-
$type: null,
|
|
2224
|
-
$input: null
|
|
2225
|
-
};
|
|
2226
|
-
const territ = {
|
|
2227
|
-
tableName: 'territ',
|
|
2228
|
-
columns: ['territcod', 'territlib', 'territnumtri', 'territart', 'territurlcmp', 'syscredat', 'sysmajdat', 'catterritcod', 'territlic', 'territlil'],
|
|
2229
|
-
requiredForInsert: ['territcod'],
|
|
2230
|
-
primaryKey: 'territcod',
|
|
2231
|
-
foreignKeys: {},
|
|
2232
|
-
$type: null,
|
|
2233
|
-
$input: null
|
|
2234
|
-
};
|
|
2235
|
-
const testoracle = {
|
|
2236
|
-
tableName: 'testoracle',
|
|
2237
|
-
columns: ['nom'],
|
|
2238
|
-
requiredForInsert: [],
|
|
2239
|
-
primaryKey: null,
|
|
2240
|
-
foreignKeys: {},
|
|
2241
|
-
$type: null,
|
|
2242
|
-
$input: null
|
|
2243
|
-
};
|
|
2244
|
-
const titele = {
|
|
2245
|
-
tableName: 'titele',
|
|
2246
|
-
columns: ['titelecod', 'titelelic', 'typmancod', 'titelelib', 'titelelil', 'titelenumtri', 'titelelicfem', 'titelelibfem', 'titelelilfem', 'titelelicplu', 'titelelibplu', 'titelelilplu', 'titelelibhon', 'titelelibhonfem', 'titelelibhonplu', 'titeleurltempub', 'titeledef', 'syscredat', 'sysmajdat'],
|
|
2247
|
-
requiredForInsert: ['titelecod', 'titelelic', 'typmancod', 'titelelib'],
|
|
2248
|
-
primaryKey: 'titelecod',
|
|
2249
|
-
foreignKeys: {},
|
|
2250
|
-
$type: null,
|
|
2251
|
-
$input: null
|
|
2252
|
-
};
|
|
2253
|
-
const titelerne = {
|
|
2254
|
-
tableName: 'titelerne',
|
|
2255
|
-
columns: ['code', 'code_type_mandat', 'regex_fonction_rne', 'titelecod', 'rang'],
|
|
2256
|
-
requiredForInsert: ['code', 'code_type_mandat', 'regex_fonction_rne', 'titelecod', 'rang'],
|
|
2257
|
-
primaryKey: 'code',
|
|
2258
|
-
foreignKeys: {},
|
|
2259
|
-
$type: null,
|
|
2260
|
-
$input: null
|
|
2261
|
-
};
|
|
2262
|
-
const titmin = {
|
|
2263
|
-
tableName: 'titmin',
|
|
2264
|
-
columns: ['titmincod', 'titminlic', 'titminlib', 'titminlil', 'titminnumtri', 'titminlicfem', 'titminlibfem', 'titminlilfem', 'titminlicplu', 'titminlibplu', 'titminlilplu', 'syscredat', 'sysmajdat'],
|
|
2265
|
-
requiredForInsert: ['titmincod'],
|
|
2266
|
-
primaryKey: 'titmincod',
|
|
2267
|
-
foreignKeys: {},
|
|
2268
|
-
$type: null,
|
|
2269
|
-
$input: null
|
|
2270
|
-
};
|
|
2271
|
-
const titnob = {
|
|
2272
|
-
tableName: 'titnob',
|
|
2273
|
-
columns: ['titnobcod', 'titnoblic', 'titnoblib', 'titnoblil', 'titnobnumtri', 'syscredat', 'sysmajdat'],
|
|
2274
|
-
requiredForInsert: ['titnobcod', 'titnoblic', 'titnoblib'],
|
|
2275
|
-
primaryKey: 'titnobcod',
|
|
2276
|
-
foreignKeys: {},
|
|
2277
|
-
$type: null,
|
|
2278
|
-
$input: null
|
|
2279
|
-
};
|
|
2280
|
-
const tmpsd = {
|
|
2281
|
-
tableName: 'tmpsd',
|
|
2282
|
-
columns: ['senmat', 'sennomuse', 'titelecod', 'titre2'],
|
|
2283
|
-
requiredForInsert: ['senmat', 'titelecod'],
|
|
2284
|
-
primaryKey: null,
|
|
2285
|
-
foreignKeys: {},
|
|
2286
|
-
$type: null,
|
|
2287
|
-
$input: null
|
|
2288
|
-
};
|
|
2289
|
-
const toutes = {
|
|
2290
|
-
tableName: 'toutes',
|
|
2291
|
-
columns: ['objid', 'version', 'name', 'aliasname', 'typeid', 'miscinfo1', 'miscinfo2', 'srcobjid', 'srcversion', 'destobjid', 'destversion', 'outofdate', 'createdate', 'lastupdate', 'infoblob', 'miscinfo3'],
|
|
2292
|
-
requiredForInsert: [],
|
|
2293
|
-
primaryKey: null,
|
|
2294
|
-
foreignKeys: {},
|
|
2295
|
-
$type: null,
|
|
2296
|
-
$input: null
|
|
2297
|
-
};
|
|
2298
|
-
const turelu = {
|
|
2299
|
-
tableName: 'turelu',
|
|
2300
|
-
columns: ['turelucod', 'turelulic', 'turelulib', 'turelulil', 'tureluobs', 'turelunumtri', 'syscredat', 'sysmajdat'],
|
|
2301
|
-
requiredForInsert: ['turelucod'],
|
|
2302
|
-
primaryKey: 'turelucod',
|
|
2303
|
-
foreignKeys: {},
|
|
2304
|
-
$type: null,
|
|
2305
|
-
$input: null
|
|
2306
|
-
};
|
|
2307
|
-
const typadr = {
|
|
2308
|
-
tableName: 'typadr',
|
|
2309
|
-
columns: ['typadrcod', 'typadrlic', 'typadrlib', 'typadrnumtri', 'syscredat', 'sysmajdat'],
|
|
2310
|
-
requiredForInsert: ['typadrcod'],
|
|
2311
|
-
primaryKey: 'typadrcod',
|
|
2312
|
-
foreignKeys: {},
|
|
2313
|
-
$type: null,
|
|
2314
|
-
$input: null
|
|
2315
|
-
};
|
|
2316
|
-
const typapppol = {
|
|
2317
|
-
tableName: 'typapppol',
|
|
2318
|
-
columns: ['typapppolcod', 'typapppollib', 'typapppollic', 'typapppolnumtri', 'typapppollil', 'typapppollicfem', 'typapppollibfem', 'typapppollilfem', 'typapppollicplu', 'typapppollibplu', 'typapppollilplu', 'syscredat', 'sysmajdat'],
|
|
2319
|
-
requiredForInsert: ['typapppolcod'],
|
|
2320
|
-
primaryKey: 'typapppolcod',
|
|
2321
|
-
foreignKeys: {},
|
|
2322
|
-
$type: null,
|
|
2323
|
-
$input: null
|
|
2324
|
-
};
|
|
2325
|
-
const typbister = {
|
|
2326
|
-
tableName: 'typbister',
|
|
2327
|
-
columns: ['typbistercod', 'typbisterlic', 'typbisterlib', 'typbisternumtri'],
|
|
2328
|
-
requiredForInsert: ['typbistercod'],
|
|
2329
|
-
primaryKey: 'typbistercod',
|
|
2330
|
-
foreignKeys: {},
|
|
2331
|
-
$type: null,
|
|
2332
|
-
$input: null
|
|
2333
|
-
};
|
|
2334
|
-
const typcandid = {
|
|
2335
|
-
tableName: 'typcandid',
|
|
2336
|
-
columns: ['typcandidcod', 'typcandidlic', 'typcandidlib'],
|
|
2337
|
-
requiredForInsert: ['typcandidcod'],
|
|
2338
|
-
primaryKey: 'typcandidcod',
|
|
2339
|
-
foreignKeys: {},
|
|
2340
|
-
$type: null,
|
|
2341
|
-
$input: null
|
|
2342
|
-
};
|
|
2343
|
-
const type_activite = {
|
|
2344
|
-
tableName: 'type_activite',
|
|
2345
|
-
columns: ['typactcod', 'typactlic', 'typactlib', 'typactlibtap'],
|
|
2346
|
-
requiredForInsert: ['typactcod', 'typactlic', 'typactlib'],
|
|
2347
|
-
primaryKey: 'typactcod',
|
|
2348
|
-
foreignKeys: {},
|
|
2349
|
-
$type: null,
|
|
2350
|
-
$input: null
|
|
2351
|
-
};
|
|
2352
|
-
const type_activite_participant = {
|
|
2353
|
-
tableName: 'type_activite_participant',
|
|
2354
|
-
columns: ['typactparcod', 'typactparlib', 'typactparlibfem'],
|
|
2355
|
-
requiredForInsert: ['typactparcod', 'typactparlib', 'typactparlibfem'],
|
|
2356
|
-
primaryKey: 'typactparcod',
|
|
2357
|
-
foreignKeys: {},
|
|
2358
|
-
$type: null,
|
|
2359
|
-
$input: null
|
|
2360
|
-
};
|
|
2361
|
-
const type_activite_rol = {
|
|
2362
|
-
tableName: 'type_activite_rol',
|
|
2363
|
-
columns: ['typactcod', 'rolcod'],
|
|
2364
|
-
requiredForInsert: ['typactcod', 'rolcod'],
|
|
2365
|
-
primaryKey: 'typactcod',
|
|
2366
|
-
foreignKeys: {},
|
|
2367
|
-
$type: null,
|
|
2368
|
-
$input: null
|
|
2369
|
-
};
|
|
2370
|
-
const type_activite_senateur = {
|
|
2371
|
-
tableName: 'type_activite_senateur',
|
|
2372
|
-
columns: ['typactsencod', 'typactsenlic', 'typactsenlib', 'numtri'],
|
|
2373
|
-
requiredForInsert: ['typactsencod', 'typactsenlic', 'typactsenlib', 'numtri'],
|
|
2374
|
-
primaryKey: 'typactsencod',
|
|
2375
|
-
foreignKeys: {},
|
|
2376
|
-
$type: null,
|
|
2377
|
-
$input: null
|
|
2378
|
-
};
|
|
2379
|
-
const type_categorie = {
|
|
2380
|
-
tableName: 'type_categorie',
|
|
2381
|
-
columns: ['typactcod', 'catactcod', 'par_defaut'],
|
|
2382
|
-
requiredForInsert: ['typactcod', 'catactcod'],
|
|
2383
|
-
primaryKey: 'typactcod',
|
|
2384
|
-
foreignKeys: {},
|
|
2385
|
-
$type: null,
|
|
2386
|
-
$input: null
|
|
2387
|
-
};
|
|
2388
|
-
const type_derogation = {
|
|
2389
|
-
tableName: 'type_derogation',
|
|
2390
|
-
columns: ['tdcod', 'tdlic', 'tdlib', 'ttdcod'],
|
|
2391
|
-
requiredForInsert: ['tdcod', 'tdlic', 'tdlib'],
|
|
2392
|
-
primaryKey: 'tdcod',
|
|
2393
|
-
foreignKeys: {},
|
|
2394
|
-
$type: null,
|
|
2395
|
-
$input: null
|
|
2396
|
-
};
|
|
2397
|
-
const type_droit_acces = {
|
|
2398
|
-
tableName: 'type_droit_acces',
|
|
2399
|
-
columns: ['tdacod', 'tdalib'],
|
|
2400
|
-
requiredForInsert: ['tdacod', 'tdalib'],
|
|
2401
|
-
primaryKey: 'tdacod',
|
|
2402
|
-
foreignKeys: {},
|
|
2403
|
-
$type: null,
|
|
2404
|
-
$input: null
|
|
2405
|
-
};
|
|
2406
|
-
const type_pj_justificatif = {
|
|
2407
|
-
tableName: 'type_pj_justificatif',
|
|
2408
|
-
columns: ['tpjjcod', 'tpjjlic', 'tpjjlib'],
|
|
2409
|
-
requiredForInsert: ['tpjjcod', 'tpjjlic', 'tpjjlib'],
|
|
2410
|
-
primaryKey: 'tpjjcod',
|
|
2411
|
-
foreignKeys: {},
|
|
2412
|
-
$type: null,
|
|
2413
|
-
$input: null
|
|
2414
|
-
};
|
|
2415
|
-
const type_rne_diff = {
|
|
2416
|
-
tableName: 'type_rne_diff',
|
|
2417
|
-
columns: ['code', 'libelle_court', 'libelle'],
|
|
2418
|
-
requiredForInsert: ['code', 'libelle_court', 'libelle'],
|
|
2419
|
-
primaryKey: 'code',
|
|
2420
|
-
foreignKeys: {},
|
|
2421
|
-
$type: null,
|
|
2422
|
-
$input: null
|
|
2423
|
-
};
|
|
2424
|
-
const type_type_derogation = {
|
|
2425
|
-
tableName: 'type_type_derogation',
|
|
2426
|
-
columns: ['ttdcod', 'ttdlic', 'ttdlib'],
|
|
2427
|
-
requiredForInsert: ['ttdcod', 'ttdlic', 'ttdlib'],
|
|
2428
|
-
primaryKey: 'ttdcod',
|
|
2429
|
-
foreignKeys: {},
|
|
2430
|
-
$type: null,
|
|
2431
|
-
$input: null
|
|
2432
|
-
};
|
|
2433
|
-
const typele = {
|
|
2434
|
-
tableName: 'typele',
|
|
2435
|
-
columns: ['typelecod', 'typelelic', 'typelelib', 'typelelil', 'typelenumtri', 'syscredat', 'sysmajdat'],
|
|
2436
|
-
requiredForInsert: ['typelecod'],
|
|
2437
|
-
primaryKey: 'typelecod',
|
|
2438
|
-
foreignKeys: {},
|
|
2439
|
-
$type: null,
|
|
2440
|
-
$input: null
|
|
2441
|
-
};
|
|
2442
|
-
const typgrpsen = {
|
|
2443
|
-
tableName: 'typgrpsen',
|
|
2444
|
-
columns: ['typgrpsencod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'typgrpsennumtri', 'syscredat', 'sysmajdat'],
|
|
2445
|
-
requiredForInsert: ['typgrpsencod'],
|
|
2446
|
-
primaryKey: 'typgrpsencod',
|
|
2447
|
-
foreignKeys: {},
|
|
2448
|
-
$type: null,
|
|
2449
|
-
$input: null
|
|
2450
|
-
};
|
|
2451
|
-
const typman = {
|
|
2452
|
-
tableName: 'typman',
|
|
2453
|
-
columns: ['typmancod', 'typmanlib', 'typmantypele', 'typmannumtri', 'syscredat', 'sysmajdat'],
|
|
2454
|
-
requiredForInsert: ['typmancod'],
|
|
2455
|
-
primaryKey: 'typmancod',
|
|
2456
|
-
foreignKeys: {},
|
|
2457
|
-
$type: null,
|
|
2458
|
-
$input: null
|
|
2459
|
-
};
|
|
2460
|
-
const typmin = {
|
|
2461
|
-
tableName: 'typmin',
|
|
2462
|
-
columns: ['typmincod', 'typminlib', 'typminlic', 'typminnumtri', 'syscredat', 'sysmajdat'],
|
|
2463
|
-
requiredForInsert: ['typmincod'],
|
|
2464
|
-
primaryKey: 'typmincod',
|
|
2465
|
-
foreignKeys: {},
|
|
2466
|
-
$type: null,
|
|
2467
|
-
$input: null
|
|
2468
|
-
};
|
|
2469
|
-
const typmoddes = {
|
|
2470
|
-
tableName: 'typmoddes',
|
|
2471
|
-
columns: ['typmoddescod', 'typmoddeslic', 'typmoddeslib', 'typmoddeslil'],
|
|
2472
|
-
requiredForInsert: ['typmoddescod', 'typmoddeslic', 'typmoddeslib', 'typmoddeslil'],
|
|
2473
|
-
primaryKey: 'typmoddescod',
|
|
2474
|
-
foreignKeys: {},
|
|
2475
|
-
$type: null,
|
|
2476
|
-
$input: null
|
|
2477
|
-
};
|
|
2478
|
-
const typorg = {
|
|
2479
|
-
tableName: 'typorg',
|
|
2480
|
-
columns: ['typorgcod', 'typorglib', 'typorglic', 'typorgnumtri', 'typorgurlsim', 'typorgurlcmp', 'typorglibplu', 'syscredat', 'sysmajdat'],
|
|
2481
|
-
requiredForInsert: ['typorgcod', 'typorglib', 'typorglic'],
|
|
2482
|
-
primaryKey: 'typorgcod',
|
|
2483
|
-
foreignKeys: {},
|
|
2484
|
-
$type: null,
|
|
2485
|
-
$input: null
|
|
2486
|
-
};
|
|
2487
|
-
const typorgext = {
|
|
2488
|
-
tableName: 'typorgext',
|
|
2489
|
-
columns: ['typorgextcod', 'evelic', 'evelib', 'typorgincompat'],
|
|
2490
|
-
requiredForInsert: ['typorgextcod', 'evelic', 'evelib'],
|
|
2491
|
-
primaryKey: 'typorgextcod',
|
|
2492
|
-
foreignKeys: {},
|
|
2493
|
-
$type: null,
|
|
2494
|
-
$input: null
|
|
2495
|
-
};
|
|
2496
|
-
const typparpol = {
|
|
2497
|
-
tableName: 'typparpol',
|
|
2498
|
-
columns: ['typparpolcod', 'typparpollib', 'syscredat', 'sysmajdat'],
|
|
2499
|
-
requiredForInsert: ['typparpolcod'],
|
|
2500
|
-
primaryKey: 'typparpolcod',
|
|
2501
|
-
foreignKeys: {},
|
|
2502
|
-
$type: null,
|
|
2503
|
-
$input: null
|
|
2504
|
-
};
|
|
2505
|
-
const typpoicon = {
|
|
2506
|
-
tableName: 'typpoicon',
|
|
2507
|
-
columns: ['typpoiconcod', 'typpoiconlib', 'typpoiconnumtri', 'syscredat', 'sysmajdat'],
|
|
2508
|
-
requiredForInsert: ['typpoiconcod'],
|
|
2509
|
-
primaryKey: 'typpoiconcod',
|
|
2510
|
-
foreignKeys: {},
|
|
2511
|
-
$type: null,
|
|
2512
|
-
$input: null
|
|
2513
|
-
};
|
|
2514
|
-
const typprs = {
|
|
2515
|
-
tableName: 'typprs',
|
|
2516
|
-
columns: ['typprscod', 'typprslib', 'typprsstacod', 'typprslic', 'typprsnumtri', 'syscredat', 'sysmajdat'],
|
|
2517
|
-
requiredForInsert: ['typprscod', 'typprsstacod', 'typprslic'],
|
|
2518
|
-
primaryKey: 'typprscod',
|
|
2519
|
-
foreignKeys: {},
|
|
2520
|
-
$type: null,
|
|
2521
|
-
$input: null
|
|
2522
|
-
};
|
|
2523
|
-
const typprssta = {
|
|
2524
|
-
tableName: 'typprssta',
|
|
2525
|
-
columns: ['typprsstacod', 'typprsstalic', 'typprsstalib', 'typprsstanumtri', 'syscredat', 'sysmajdat'],
|
|
2526
|
-
requiredForInsert: ['typprsstacod', 'typprsstalic', 'typprsstalib'],
|
|
2527
|
-
primaryKey: 'typprsstacod',
|
|
2528
|
-
foreignKeys: {},
|
|
2529
|
-
$type: null,
|
|
2530
|
-
$input: null
|
|
2531
|
-
};
|
|
2532
|
-
const typscr = {
|
|
2533
|
-
tableName: 'typscr',
|
|
2534
|
-
columns: ['typscrcod', 'typscrlib', 'syscredat', 'sysmajdat'],
|
|
2535
|
-
requiredForInsert: ['typscrcod'],
|
|
2536
|
-
primaryKey: 'typscrcod',
|
|
2537
|
-
foreignKeys: {},
|
|
2538
|
-
$type: null,
|
|
2539
|
-
$input: null
|
|
2540
|
-
};
|
|
2541
|
-
const typtel = {
|
|
2542
|
-
tableName: 'typtel',
|
|
2543
|
-
columns: ['typtelcod', 'typtellib', 'typtelnumtri', 'syscredat', 'sysmajdat'],
|
|
2544
|
-
requiredForInsert: ['typtelcod'],
|
|
2545
|
-
primaryKey: 'typtelcod',
|
|
2546
|
-
foreignKeys: {},
|
|
2547
|
-
$type: null,
|
|
2548
|
-
$input: null
|
|
2549
|
-
};
|
|
2550
|
-
const typurl = {
|
|
2551
|
-
tableName: 'typurl',
|
|
2552
|
-
columns: ['typurlcod', 'temvalcod', 'evelic', 'evelib', 'evelil', 'eveobs', 'typurllogo', 'typurlnumtri', 'typurllogoref', 'syscredat', 'sysmajdat'],
|
|
2553
|
-
requiredForInsert: ['typurlcod'],
|
|
2554
|
-
primaryKey: 'typurlcod',
|
|
2555
|
-
foreignKeys: {},
|
|
2556
|
-
$type: null,
|
|
2557
|
-
$input: null
|
|
2558
|
-
};
|
|
2559
|
-
const typvoi = {
|
|
2560
|
-
tableName: 'typvoi',
|
|
2561
|
-
columns: ['typvoicod', 'typvoilic', 'typvoilib', 'typvoinumtri'],
|
|
2562
|
-
requiredForInsert: ['typvoicod'],
|
|
2563
|
-
primaryKey: 'typvoicod',
|
|
2564
|
-
foreignKeys: {},
|
|
2565
|
-
$type: null,
|
|
2566
|
-
$input: null
|
|
2567
|
-
};
|
|
2568
|
-
const uploaded_file = {
|
|
2569
|
-
tableName: 'uploaded_file',
|
|
2570
|
-
columns: ['uplfilid', 'uplfiltypcod', 'uplfiloriname', 'uplfilupldat', 'syscredat', 'sysmajdat', 'uplfildata'],
|
|
2571
|
-
requiredForInsert: ['uplfilid', 'uplfiltypcod'],
|
|
2572
|
-
primaryKey: 'uplfilid',
|
|
2573
|
-
foreignKeys: {},
|
|
2574
|
-
$type: null,
|
|
2575
|
-
$input: null
|
|
2576
|
-
};
|
|
2577
|
-
const uploaded_file_type = {
|
|
2578
|
-
tableName: 'uploaded_file_type',
|
|
2579
|
-
columns: ['uplfiltypcod', 'syscredat', 'sysmajdat', 'uplfiltyplic', 'uplfiltyplib'],
|
|
2580
|
-
requiredForInsert: ['uplfiltypcod'],
|
|
2581
|
-
primaryKey: 'uplfiltypcod',
|
|
2582
|
-
foreignKeys: {},
|
|
2583
|
-
$type: null,
|
|
2584
|
-
$input: null
|
|
2585
|
-
};
|
|
2586
|
-
const validation = {
|
|
2587
|
-
tableName: 'validation',
|
|
2588
|
-
columns: ['validcod', 'validlic', 'validlib', 'numtri', 'syscredat', 'sysmajdat'],
|
|
2589
|
-
requiredForInsert: ['validcod', 'validlic', 'validlib'],
|
|
2590
|
-
primaryKey: 'validcod',
|
|
2591
|
-
foreignKeys: {},
|
|
2592
|
-
$type: null,
|
|
2593
|
-
$input: null
|
|
2594
|
-
};
|
|
2595
|
-
const validation_defview_profil = {
|
|
2596
|
-
tableName: 'validation_defview_profil',
|
|
2597
|
-
columns: ['valdefproid', 'validcod', 'procod', 'syscredat', 'sysmajdat'],
|
|
2598
|
-
requiredForInsert: ['valdefproid', 'validcod', 'procod'],
|
|
2599
|
-
primaryKey: 'valdefproid',
|
|
2600
|
-
foreignKeys: {},
|
|
2601
|
-
$type: null,
|
|
2602
|
-
$input: null
|
|
2603
|
-
};
|
|
2604
|
-
const validation_profil = {
|
|
2605
|
-
tableName: 'validation_profil',
|
|
2606
|
-
columns: ['valproid', 'procod', 'validoldcod', 'validnewcod', 'syscredat', 'sysmajdat'],
|
|
2607
|
-
requiredForInsert: ['valproid', 'procod', 'validoldcod', 'validnewcod'],
|
|
2608
|
-
primaryKey: 'valproid',
|
|
2609
|
-
foreignKeys: {},
|
|
2610
|
-
$type: null,
|
|
2611
|
-
$input: null
|
|
2612
|
-
};
|
|
2613
|
-
const vercand = {
|
|
2614
|
-
tableName: 'vercand',
|
|
2615
|
-
columns: ['vercandcod', 'vercandnumtri', 'vercandlic'],
|
|
2616
|
-
requiredForInsert: ['vercandcod'],
|
|
2617
|
-
primaryKey: 'vercandcod',
|
|
2618
|
-
foreignKeys: {},
|
|
2619
|
-
$type: null,
|
|
2620
|
-
$input: null
|
|
2621
|
-
};
|
|
2622
|
-
const verres = {
|
|
2623
|
-
tableName: 'verres',
|
|
2624
|
-
columns: ['verrescod', 'verreslic', 'verresnumtri', 'syscredat', 'sysmajdat'],
|
|
2625
|
-
requiredForInsert: ['verrescod'],
|
|
2626
|
-
primaryKey: 'verrescod',
|
|
2627
|
-
foreignKeys: {},
|
|
2628
|
-
$type: null,
|
|
2629
|
-
$input: null
|
|
2630
|
-
};
|
|
2631
|
-
const votes = {
|
|
2632
|
-
tableName: 'votes',
|
|
2633
|
-
columns: ['senmat', 'stavotid', 'posvotcod', 'senmatdel', 'syscredat', 'sysmajdat', 'votesid', 'scrid', 'sesann'],
|
|
2634
|
-
requiredForInsert: ['senmat', 'stavotid', 'posvotcod', 'votesid', 'scrid'],
|
|
2635
|
-
primaryKey: 'votesid',
|
|
2636
|
-
foreignKeys: {},
|
|
2637
|
-
$type: null,
|
|
2638
|
-
$input: null
|
|
2639
|
-
};
|
|
2640
|
-
const zongeo = {
|
|
2641
|
-
tableName: 'zongeo',
|
|
2642
|
-
columns: ['zongeocod', 'concod', 'zongeolib', 'zongeolic', 'zongeonumtri', 'syscredat', 'sysmajdat'],
|
|
2643
|
-
requiredForInsert: ['zongeocod', 'concod', 'zongeolib', 'zongeolic'],
|
|
2644
|
-
primaryKey: 'zongeocod',
|
|
2645
|
-
foreignKeys: {},
|
|
2646
|
-
$type: null,
|
|
2647
|
-
$input: null
|
|
2648
|
-
};
|
|
2649
|
-
export const tables = {
|
|
2650
|
-
acr,
|
|
2651
|
-
activite,
|
|
2652
|
-
activite_audit,
|
|
2653
|
-
activite_delegation,
|
|
2654
|
-
activite_delegation_audit,
|
|
2655
|
-
activite_loi,
|
|
2656
|
-
activite_loi_audit,
|
|
2657
|
-
activite_obligatoire,
|
|
2658
|
-
activite_participant,
|
|
2659
|
-
activite_participant_audit,
|
|
2660
|
-
activite_senateur,
|
|
2661
|
-
activite_senateur_audit,
|
|
2662
|
-
activite_senateur_params,
|
|
2663
|
-
activite_senateur_params_audit,
|
|
2664
|
-
activites_liees,
|
|
2665
|
-
activites_liees_audit,
|
|
2666
|
-
actpro,
|
|
2667
|
-
adhgrpsen,
|
|
2668
|
-
adr,
|
|
2669
|
-
adresse,
|
|
2670
|
-
adrsen,
|
|
2671
|
-
app,
|
|
2672
|
-
assparint,
|
|
2673
|
-
asster,
|
|
2674
|
-
autgrpsen,
|
|
2675
|
-
autorisation_profil,
|
|
2676
|
-
autorisations,
|
|
2677
|
-
avis_nomination_art13,
|
|
2678
|
-
basdes,
|
|
2679
|
-
bur,
|
|
2680
|
-
bur3r,
|
|
2681
|
-
bur4r,
|
|
2682
|
-
cad,
|
|
2683
|
-
candid,
|
|
2684
|
-
candidat,
|
|
2685
|
-
candtodelete,
|
|
2686
|
-
categorie_activite,
|
|
2687
|
-
catpro,
|
|
2688
|
-
catpro2e,
|
|
2689
|
-
catterrit,
|
|
2690
|
-
cible_categorie_periode,
|
|
2691
|
-
cirdep,
|
|
2692
|
-
com,
|
|
2693
|
-
con,
|
|
2694
|
-
cotgip,
|
|
2695
|
-
csp,
|
|
2696
|
-
cspfam,
|
|
2697
|
-
databasechangelog,
|
|
2698
|
-
databasechangeloglock,
|
|
2699
|
-
delega,
|
|
2700
|
-
derogation,
|
|
2701
|
-
derogation_audit,
|
|
2702
|
-
derogation_senateur,
|
|
2703
|
-
derogation_senateur_audit,
|
|
2704
|
-
design,
|
|
2705
|
-
designoep,
|
|
2706
|
-
designorg,
|
|
2707
|
-
discou,
|
|
2708
|
-
div,
|
|
2709
|
-
dpt,
|
|
2710
|
-
dpt_seuil_presence,
|
|
2711
|
-
dptele,
|
|
2712
|
-
dptele_files,
|
|
2713
|
-
dptele_processing,
|
|
2714
|
-
dptele_processing_type,
|
|
2715
|
-
dpttypman,
|
|
2716
|
-
droits_acces,
|
|
2717
|
-
droits_acces_audit,
|
|
2718
|
-
droits_type_derogation,
|
|
2719
|
-
ele,
|
|
2720
|
-
eleloc,
|
|
2721
|
-
elucan,
|
|
2722
|
-
eludep,
|
|
2723
|
-
eludiv,
|
|
2724
|
-
elueur,
|
|
2725
|
-
elueur_apf,
|
|
2726
|
-
elumet,
|
|
2727
|
-
elureg,
|
|
2728
|
-
elusen,
|
|
2729
|
-
elusen2e,
|
|
2730
|
-
elusen3r,
|
|
2731
|
-
elusen4r,
|
|
2732
|
-
elusencommu,
|
|
2733
|
-
elusenpair,
|
|
2734
|
-
eluter,
|
|
2735
|
-
elutit,
|
|
2736
|
-
eluvil,
|
|
2737
|
-
etadebman,
|
|
2738
|
-
etadebman3r,
|
|
2739
|
-
etadebman4r,
|
|
2740
|
-
etafinman,
|
|
2741
|
-
etafinman3r,
|
|
2742
|
-
etafinman4r,
|
|
2743
|
-
etaprr,
|
|
2744
|
-
etarpm,
|
|
2745
|
-
etasen,
|
|
2746
|
-
ext2e_bio,
|
|
2747
|
-
ext2e_csp,
|
|
2748
|
-
ext2e_mandats,
|
|
2749
|
-
ext2e_minist,
|
|
2750
|
-
extsencom_identite,
|
|
2751
|
-
extsencom_mandat,
|
|
2752
|
-
fonact_participant,
|
|
2753
|
-
foncandid,
|
|
2754
|
-
foncom,
|
|
2755
|
-
fondelega,
|
|
2756
|
-
fongrppol,
|
|
2757
|
-
fongrpsen,
|
|
2758
|
-
fonmemcom,
|
|
2759
|
-
fonmemdelega,
|
|
2760
|
-
fonmemextpar,
|
|
2761
|
-
fonmemgrppol,
|
|
2762
|
-
fonmemgrpsen,
|
|
2763
|
-
fonmemorg,
|
|
2764
|
-
fonorg,
|
|
2765
|
-
grppol,
|
|
2766
|
-
grppol4r,
|
|
2767
|
-
grpsenami,
|
|
2768
|
-
grpsenamiadh,
|
|
2769
|
-
grpsenamiadhreq,
|
|
2770
|
-
grpsenamiadhreqeta,
|
|
2771
|
-
grpsenamiunadh,
|
|
2772
|
-
grpsim,
|
|
2773
|
-
gvt,
|
|
2774
|
-
insee_pays2008,
|
|
2775
|
-
jhi_authority,
|
|
2776
|
-
jhi_user,
|
|
2777
|
-
jhi_user_authority,
|
|
2778
|
-
lanetr,
|
|
2779
|
-
libcom,
|
|
2780
|
-
libdelega,
|
|
2781
|
-
libgrppol,
|
|
2782
|
-
libgrpsen,
|
|
2783
|
-
liborg,
|
|
2784
|
-
lisdptele,
|
|
2785
|
-
mel,
|
|
2786
|
-
memcom,
|
|
2787
|
-
memcomsea,
|
|
2788
|
-
memdelega,
|
|
2789
|
-
memextpar,
|
|
2790
|
-
memgrppol,
|
|
2791
|
-
memgrpsen,
|
|
2792
|
-
memorg,
|
|
2793
|
-
met,
|
|
2794
|
-
minind,
|
|
2795
|
-
minist,
|
|
2796
|
-
mis,
|
|
2797
|
-
misetafin,
|
|
2798
|
-
mismin,
|
|
2799
|
-
misrapeta,
|
|
2800
|
-
missen,
|
|
2801
|
-
moddes,
|
|
2802
|
-
mode_acces_elusenpair,
|
|
2803
|
-
nation,
|
|
2804
|
-
nationgrpsen,
|
|
2805
|
-
nivlan,
|
|
2806
|
-
org,
|
|
2807
|
-
orgext,
|
|
2808
|
-
orgextpres,
|
|
2809
|
-
orgthe,
|
|
2810
|
-
pairie_elusenpair,
|
|
2811
|
-
parpol,
|
|
2812
|
-
parpolglo,
|
|
2813
|
-
participa,
|
|
2814
|
-
pcs,
|
|
2815
|
-
pcs24,
|
|
2816
|
-
pcs42,
|
|
2817
|
-
pcs8,
|
|
2818
|
-
pcscatpro,
|
|
2819
|
-
per,
|
|
2820
|
-
per_sen,
|
|
2821
|
-
perapp,
|
|
2822
|
-
periode_presence,
|
|
2823
|
-
perpolglo,
|
|
2824
|
-
perrol,
|
|
2825
|
-
pj_justificatif,
|
|
2826
|
-
pj_justificatif_audit,
|
|
2827
|
-
plaind,
|
|
2828
|
-
plan_table,
|
|
2829
|
-
plsql_profiler_runs,
|
|
2830
|
-
plsql_profiler_units,
|
|
2831
|
-
poicon,
|
|
2832
|
-
posvot,
|
|
2833
|
-
presences_scrutin_surcharge,
|
|
2834
|
-
presencesrevisionentity,
|
|
2835
|
-
profil_applicatif,
|
|
2836
|
-
qua,
|
|
2837
|
-
rap_the,
|
|
2838
|
-
reg,
|
|
2839
|
-
reladr,
|
|
2840
|
-
requetes_profil,
|
|
2841
|
-
reslis,
|
|
2842
|
-
resultat,
|
|
2843
|
-
reu,
|
|
2844
|
-
revchanges,
|
|
2845
|
-
rne_mandat,
|
|
2846
|
-
rne_mandat_diff,
|
|
2847
|
-
rne_sen,
|
|
2848
|
-
rne_sen_diff,
|
|
2849
|
-
rne_type_mandat,
|
|
2850
|
-
rol,
|
|
2851
|
-
sal,
|
|
2852
|
-
scr,
|
|
2853
|
-
scrusoldelega,
|
|
2854
|
-
sea,
|
|
2855
|
-
sec,
|
|
2856
|
-
sec2e,
|
|
2857
|
-
secexe,
|
|
2858
|
-
sen,
|
|
2859
|
-
senbur,
|
|
2860
|
-
senbur3r,
|
|
2861
|
-
senbur4r,
|
|
2862
|
-
sennom,
|
|
2863
|
-
senpj,
|
|
2864
|
-
sensim,
|
|
2865
|
-
sentablenom,
|
|
2866
|
-
senurl,
|
|
2867
|
-
seuil_presence,
|
|
2868
|
-
sirpas_elusen,
|
|
2869
|
-
sirpas_fonmemcom,
|
|
2870
|
-
sirpas_fonmemdelega,
|
|
2871
|
-
sirpas_fonmemgrppol,
|
|
2872
|
-
sirpas_memcom,
|
|
2873
|
-
sirpas_memdelega,
|
|
2874
|
-
sirpas_memgrppol,
|
|
2875
|
-
sirpas_mvt,
|
|
2876
|
-
sirpas_mvtcm,
|
|
2877
|
-
sirpas_mvttri,
|
|
2878
|
-
sirpas_sen,
|
|
2879
|
-
sirpas_senbur,
|
|
2880
|
-
sirpas_trf,
|
|
2881
|
-
srv,
|
|
2882
|
-
stajur,
|
|
2883
|
-
stavot,
|
|
2884
|
-
suspensiontravaux,
|
|
2885
|
-
suspensiontravaux_audit,
|
|
2886
|
-
sysage,
|
|
2887
|
-
syscognos,
|
|
2888
|
-
sysevt,
|
|
2889
|
-
sysvar,
|
|
2890
|
-
sysvar_sendev,
|
|
2891
|
-
sysvar_senprod,
|
|
2892
|
-
tapsenrevchanges,
|
|
2893
|
-
tapsenrevisionentity,
|
|
2894
|
-
telephone,
|
|
2895
|
-
temval,
|
|
2896
|
-
tenpol,
|
|
2897
|
-
territ,
|
|
2898
|
-
testoracle,
|
|
2899
|
-
titele,
|
|
2900
|
-
titelerne,
|
|
2901
|
-
titmin,
|
|
2902
|
-
titnob,
|
|
2903
|
-
tmpsd,
|
|
2904
|
-
toutes,
|
|
2905
|
-
turelu,
|
|
2906
|
-
typadr,
|
|
2907
|
-
typapppol,
|
|
2908
|
-
typbister,
|
|
2909
|
-
typcandid,
|
|
2910
|
-
type_activite,
|
|
2911
|
-
type_activite_participant,
|
|
2912
|
-
type_activite_rol,
|
|
2913
|
-
type_activite_senateur,
|
|
2914
|
-
type_categorie,
|
|
2915
|
-
type_derogation,
|
|
2916
|
-
type_droit_acces,
|
|
2917
|
-
type_pj_justificatif,
|
|
2918
|
-
type_rne_diff,
|
|
2919
|
-
type_type_derogation,
|
|
2920
|
-
typele,
|
|
2921
|
-
typgrpsen,
|
|
2922
|
-
typman,
|
|
2923
|
-
typmin,
|
|
2924
|
-
typmoddes,
|
|
2925
|
-
typorg,
|
|
2926
|
-
typorgext,
|
|
2927
|
-
typparpol,
|
|
2928
|
-
typpoicon,
|
|
2929
|
-
typprs,
|
|
2930
|
-
typprssta,
|
|
2931
|
-
typscr,
|
|
2932
|
-
typtel,
|
|
2933
|
-
typurl,
|
|
2934
|
-
typvoi,
|
|
2935
|
-
uploaded_file,
|
|
2936
|
-
uploaded_file_type,
|
|
2937
|
-
validation,
|
|
2938
|
-
validation_defview_profil,
|
|
2939
|
-
validation_profil,
|
|
2940
|
-
vercand,
|
|
2941
|
-
verres,
|
|
2942
|
-
votes,
|
|
2943
|
-
zongeo,
|
|
2944
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by kysely-codegen.
|
|
3
|
+
* Please do not edit it manually.
|
|
4
|
+
*/
|
|
5
|
+
export {};
|