dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxMigration.dd.php
Go to the documentation of this file.
1<?php
2
3/* =========================================================
4 TABLE
5 ========================================================= */
6$table['server']='dbxAdmin|dbxAdmin.db3';
7$table['table']='dbx_migration';
8$table['datadic']='dbxMigration';
9$table['primary']='';
10$table['language']='';
11$table['version']='1.0';
12$table['autosync']='1';
13$table['cache']='0';
14$table['trash']='0';
15$table['trace']='0';
16$table['update_sql']='';
17$table['default_sort']='started_at DESC';
18$table['form-dd-table']='';
19$table['read']='admin';
20$table['create']='admin';
21$table['update']='admin';
22$table['delete']='admin';
23$table['read_owner']='admin';
24$table['create_owner']='admin';
25$table['update_owner']='admin';
26$table['delete_owner']='admin';
27
28/* =========================================================
29 FIELDS
30 ========================================================= */
31$field['name']='id';
32$field['type']='int';
33$field['index']='PRI';
34$field['length']='11';
35$field['default']='';
36$field['label']='id';
37$field['rules']='int';
38$field['tooltip']='';
39$field['errormsg']='';
40$field['placeholder']='';
41$field['convert']='';
42$field['protect']='0';
43$field['group']='';
44$field['mask']='';
45$field['data']='';
46$field['options']='';
47$field['tpl']='';
48$field['js']='';
49$field['prompt']='';
51
52$field['name']='create_date';
53$field['type']='datetime';
54$field['index']='';
55$field['length']='-1';
56$field['default']='';
57$field['label']='create_date';
58$field['rules']='datetime';
59$field['tooltip']='';
60$field['errormsg']='';
61$field['placeholder']='';
62$field['convert']='';
63$field['protect']='0';
64$field['group']='';
65$field['mask']='';
66$field['data']='';
67$field['options']='';
68$field['tpl']='';
69$field['js']='';
70$field['prompt']='';
72
73$field['name']='create_uid';
74$field['type']='int';
75$field['index']='';
76$field['length']='11';
77$field['default']='0';
78$field['label']='create_uid';
79$field['rules']='int';
80$field['tooltip']='';
81$field['errormsg']='';
82$field['placeholder']='';
83$field['convert']='';
84$field['protect']='0';
85$field['group']='';
86$field['mask']='';
87$field['data']='';
88$field['options']='';
89$field['tpl']='';
90$field['js']='';
91$field['prompt']='';
93
94$field['name']='update_date';
95$field['type']='datetime';
96$field['index']='';
97$field['length']='-1';
98$field['default']='';
99$field['label']='update_date';
100$field['rules']='datetime';
101$field['tooltip']='';
102$field['errormsg']='';
103$field['placeholder']='';
104$field['convert']='';
105$field['protect']='0';
106$field['group']='';
107$field['mask']='';
108$field['data']='';
109$field['options']='';
110$field['tpl']='';
111$field['js']='';
112$field['prompt']='';
114
115$field['name']='update_uid';
116$field['type']='int';
117$field['index']='';
118$field['length']='11';
119$field['default']='0';
120$field['label']='update_uid';
121$field['rules']='int';
122$field['tooltip']='';
123$field['errormsg']='';
124$field['placeholder']='';
125$field['convert']='';
126$field['protect']='0';
127$field['group']='';
128$field['mask']='';
129$field['data']='';
130$field['options']='';
131$field['tpl']='';
132$field['js']='';
133$field['prompt']='';
135
136$field['name']='owner';
137$field['type']='int';
138$field['index']='';
139$field['length']='11';
140$field['default']='0';
141$field['label']='owner';
142$field['rules']='int';
143$field['tooltip']='';
144$field['errormsg']='';
145$field['placeholder']='';
146$field['convert']='';
147$field['protect']='0';
148$field['group']='';
149$field['mask']='';
150$field['data']='';
151$field['options']='';
152$field['tpl']='';
153$field['js']='';
154$field['prompt']='';
156
157$field['name']='migration_id';
158$field['type']='varchar';
159$field['index']='';
160$field['length']='128';
161$field['default']='';
162$field['label']='migration_id';
163$field['rules']='parameter|max=128';
164$field['tooltip']='';
165$field['errormsg']='';
166$field['placeholder']='';
167$field['convert']='';
168$field['protect']='0';
169$field['group']='';
170$field['mask']='';
171$field['data']='';
172$field['options']='';
173$field['tpl']='';
174$field['js']='';
175$field['prompt']='';
177
178$field['name']='release_version';
179$field['type']='varchar';
180$field['index']='';
181$field['length']='32';
182$field['default']='';
183$field['label']='release_version';
184$field['rules']='parameter|max=32';
185$field['tooltip']='';
186$field['errormsg']='';
187$field['placeholder']='';
188$field['convert']='';
189$field['protect']='0';
190$field['group']='';
191$field['mask']='';
192$field['data']='';
193$field['options']='';
194$field['tpl']='';
195$field['js']='';
196$field['prompt']='';
198
199$field['name']='module';
200$field['type']='varchar';
201$field['index']='';
202$field['length']='64';
203$field['default']='';
204$field['label']='module';
205$field['rules']='parameter|max=64';
206$field['tooltip']='';
207$field['errormsg']='';
208$field['placeholder']='';
209$field['convert']='';
210$field['protect']='0';
211$field['group']='';
212$field['mask']='';
213$field['data']='';
214$field['options']='';
215$field['tpl']='';
216$field['js']='';
217$field['prompt']='';
219
220$field['name']='checksum';
221$field['type']='char';
222$field['index']='';
223$field['length']='64';
224$field['default']='';
225$field['label']='checksum';
226$field['rules']='alphanum|max=64';
227$field['tooltip']='';
228$field['errormsg']='';
229$field['placeholder']='';
230$field['convert']='';
231$field['protect']='0';
232$field['group']='';
233$field['mask']='';
234$field['data']='';
235$field['options']='';
236$field['tpl']='';
237$field['js']='';
238$field['prompt']='';
240
241$field['name']='status';
242$field['type']='varchar';
243$field['index']='';
244$field['length']='20';
245$field['default']='pending';
246$field['label']='status';
247$field['rules']='parameter|max=20';
248$field['tooltip']='';
249$field['errormsg']='';
250$field['placeholder']='';
251$field['convert']='';
252$field['protect']='0';
253$field['group']='';
254$field['mask']='';
255$field['data']='';
256$field['options']='';
257$field['tpl']='';
258$field['js']='';
259$field['prompt']='';
261
262$field['name']='phase';
263$field['type']='varchar';
264$field['index']='';
265$field['length']='20';
266$field['default']='apply';
267$field['label']='phase';
268$field['rules']='parameter|max=20';
269$field['tooltip']='';
270$field['errormsg']='';
271$field['placeholder']='';
272$field['convert']='';
273$field['protect']='0';
274$field['group']='';
275$field['mask']='';
276$field['data']='';
277$field['options']='';
278$field['tpl']='';
279$field['js']='';
280$field['prompt']='';
282
283$field['name']='affected_servers';
284$field['type']='text';
285$field['index']='';
286$field['length']='-1';
287$field['default']='';
288$field['label']='affected_servers';
289$field['rules']='text';
290$field['tooltip']='';
291$field['errormsg']='';
292$field['placeholder']='';
293$field['convert']='';
294$field['protect']='0';
295$field['group']='';
296$field['mask']='';
297$field['data']='';
298$field['options']='';
299$field['tpl']='';
300$field['js']='';
301$field['prompt']='';
303
304$field['name']='backup_reference';
305$field['type']='text';
306$field['index']='';
307$field['length']='-1';
308$field['default']='';
309$field['label']='backup_reference';
310$field['rules']='text';
311$field['tooltip']='';
312$field['errormsg']='';
313$field['placeholder']='';
314$field['convert']='';
315$field['protect']='0';
316$field['group']='';
317$field['mask']='';
318$field['data']='';
319$field['options']='';
320$field['tpl']='';
321$field['js']='';
322$field['prompt']='';
324
325$field['name']='started_at';
326$field['type']='datetime';
327$field['index']='';
328$field['length']='-1';
329$field['default']='';
330$field['label']='started_at';
331$field['rules']='datetime';
332$field['tooltip']='';
333$field['errormsg']='';
334$field['placeholder']='';
335$field['convert']='';
336$field['protect']='0';
337$field['group']='';
338$field['mask']='';
339$field['data']='';
340$field['options']='';
341$field['tpl']='';
342$field['js']='';
343$field['prompt']='';
345
346$field['name']='finished_at';
347$field['type']='datetime';
348$field['index']='';
349$field['length']='-1';
350$field['default']='';
351$field['label']='finished_at';
352$field['rules']='datetime';
353$field['tooltip']='';
354$field['errormsg']='';
355$field['placeholder']='';
356$field['convert']='';
357$field['protect']='0';
358$field['group']='';
359$field['mask']='';
360$field['data']='';
361$field['options']='';
362$field['tpl']='';
363$field['js']='';
364$field['prompt']='';
366
367$field['name']='error_text';
368$field['type']='mediumtext';
369$field['index']='';
370$field['length']='-1';
371$field['default']='';
372$field['label']='error_text';
373$field['rules']='mediumtext';
374$field['tooltip']='';
375$field['errormsg']='';
376$field['placeholder']='';
377$field['convert']='';
378$field['protect']='0';
379$field['group']='';
380$field['mask']='';
381$field['data']='';
382$field['options']='';
383$field['tpl']='';
384$field['js']='';
385$field['prompt']='';
387
388/* =========================================================
389 INDEXES
390 ========================================================= */
391$index['name']='pk_dbx_migration';
392$index['type']='PRIMARY';
393$index['fields']='id';
394$index['unique']='1';
395$index['comment']='Primaerschluessel';
397
398$index['name']='uq_dbx_migration_id';
399$index['type']='UNIQUE';
400$index['fields']='migration_id';
401$index['unique']='1';
402$index['comment']='Eine Migration darf nur einmal protokolliert werden';
404
405$index['name']='idx_dbx_migration_status';
406$index['type']='INDEX';
407$index['fields']='status';
408$index['unique']='0';
409$index['comment']='Statusabfragen des Updaters';
$table['server']
Definition .dd.php:6
$indexes[]
Definition .dd.php:167