6 #
Table structure for table 'be_groups'
8 CREATE TABLE be_groups (
9 uid
int(11) unsigned
NOT NULL auto_increment
,
10 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
11 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
12 title
varchar(50) DEFAULT '' NOT NULL,
13 non_exclude_fields
text,
14 explicit_allowdeny
text,
15 allowed_languages
varchar(255) DEFAULT '' NOT NULL,
17 db_mountpoints
varchar(255) DEFAULT '' NOT NULL,
18 pagetypes_select
varchar(255) DEFAULT '' NOT NULL,
21 crdate
int(11) unsigned
DEFAULT '0' NOT NULL,
22 cruser_id
int(11) unsigned
DEFAULT '0' NOT NULL,
24 file_mountpoints
varchar(255) DEFAULT '' NOT NULL,
25 fileoper_perms
tinyint(4) DEFAULT '0' NOT NULL,
26 hidden
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
27 inc_access_lists
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
29 lockToDomain
varchar(50) DEFAULT '' NOT NULL,
30 deleted
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
32 subgroup
varchar(255) DEFAULT '' NOT NULL,
33 hide_in_lists
tinyint(4) DEFAULT '0' NOT NULL,
34 workspace_perms
tinyint(3) DEFAULT '1' NOT NULL,
40 #
Table structure for table 'be_sessions'
42 CREATE TABLE be_sessions (
43 ses_id
varchar(32) DEFAULT '' NOT NULL,
44 ses_name
varchar(32) DEFAULT '' NOT NULL,
45 ses_iplock
varchar(39) DEFAULT '' NOT NULL,
46 ses_hashlock
int(11) DEFAULT '0' NOT NULL,
47 ses_userid
int(11) unsigned
DEFAULT '0' NOT NULL,
48 ses_tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
50 ses_backuserid
int(11) NOT NULL default '0',
51 PRIMARY KEY (ses_id
,ses_name
)
55 #
Table structure for table 'be_users'
57 CREATE TABLE be_users (
58 uid
int(11) unsigned
NOT NULL auto_increment
,
59 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
60 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
61 username
varchar(50) DEFAULT '' NOT NULL,
62 password varchar(40) DEFAULT '' NOT NULL,
63 admin tinyint(4) unsigned
DEFAULT '0' NOT NULL,
64 usergroup
varchar(255) DEFAULT '' NOT NULL,
65 disable tinyint(1) unsigned
DEFAULT '0' NOT NULL,
66 starttime
int(11) unsigned
DEFAULT '0' NOT NULL,
67 endtime
int(11) unsigned
DEFAULT '0' NOT NULL,
68 lang
char(2) DEFAULT '' NOT NULL,
69 email
varchar(80) DEFAULT '' NOT NULL,
70 db_mountpoints
varchar(255) DEFAULT '' NOT NULL,
71 options tinyint(4) unsigned
DEFAULT '0' NOT NULL,
72 crdate
int(11) unsigned
DEFAULT '0' NOT NULL,
73 cruser_id
int(11) unsigned
DEFAULT '0' NOT NULL,
74 realName
varchar(80) DEFAULT '' NOT NULL,
75 userMods
varchar(255) DEFAULT '' NOT NULL,
76 allowed_languages
varchar(255) DEFAULT '' NOT NULL,
78 file_mountpoints
varchar(255) DEFAULT '' NOT NULL,
79 fileoper_perms
tinyint(4) DEFAULT '0' NOT NULL,
80 workspace_perms
tinyint(3) DEFAULT '1' NOT NULL,
81 lockToDomain
varchar(50) DEFAULT '' NOT NULL,
82 disableIPlock
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
83 deleted
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
85 lastlogin
int(10) unsigned
DEFAULT '0' NOT NULL,
86 createdByAction
int(11) DEFAULT '0' NOT NULL,
87 usergroup_cached_list
varchar(255) DEFAULT '' NOT NULL,
88 workspace_id
int(11) DEFAULT '0' NOT NULL,
89 workspace_preview
tinyint(3) DEFAULT '1' NOT NULL,
92 KEY username (username
)
96 #
Table structure for table 'cache_hash'
98 CREATE TABLE cache_hash (
99 id int(11) unsigned
NOT NULL auto_increment
,
100 hash
varchar(32) DEFAULT '' NOT NULL,
102 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
103 ident
varchar(32) DEFAULT '' NOT NULL,
110 #
Table structure for table 'cachingframework_cache_hash'
112 CREATE TABLE cachingframework_cache_hash (
113 id int(11) unsigned
NOT NULL auto_increment
,
114 identifier
varchar(128) DEFAULT '' NOT NULL,
115 crdate
int(11) unsigned
DEFAULT '0' NOT NULL,
117 lifetime
int(11) unsigned
DEFAULT '0' NOT NULL,
119 KEY cache_id (identifier
)
124 #
Table structure for table 'cachingframework_cache_hash_tags'
126 CREATE TABLE cachingframework_cache_hash_tags (
127 id int(11) unsigned
NOT NULL auto_increment
,
128 identifier
varchar(128) DEFAULT '' NOT NULL,
129 tag
varchar(128) DEFAULT '' NOT NULL,
131 KEY cache_id (identifier
),
137 #
Table structure for table 'cache_imagesizes'
139 CREATE TABLE cache_imagesizes (
140 md5hash
varchar(32) DEFAULT '' NOT NULL,
141 md5filename
varchar(32) DEFAULT '' NOT NULL,
142 tstamp
int(11) DEFAULT '0' NOT NULL,
143 filename
varchar(255) DEFAULT '' NOT NULL,
144 imagewidth
mediumint(11) unsigned
DEFAULT '0' NOT NULL,
145 imageheight
mediumint(11) unsigned
DEFAULT '0' NOT NULL,
146 PRIMARY KEY (md5filename
)
150 #
Table structure for table 'pages'
153 uid
int(11) NOT NULL auto_increment
,
154 pid
int(11) DEFAULT '0' NOT NULL,
155 t3ver_oid
int(11) DEFAULT '0' NOT NULL,
156 t3ver_id
int(11) DEFAULT '0' NOT NULL,
157 t3ver_wsid
int(11) DEFAULT '0' NOT NULL,
158 t3ver_label
varchar(255) DEFAULT '' NOT NULL,
159 t3ver_state
tinyint(4) DEFAULT '0' NOT NULL,
160 t3ver_stage
int(11) DEFAULT '0' NOT NULL,
161 t3ver_count
int(11) DEFAULT '0' NOT NULL,
162 t3ver_tstamp
int(11) DEFAULT '0' NOT NULL,
163 t3ver_swapmode
tinyint(4) DEFAULT '0' NOT NULL,
164 t3ver_move_id
int(11) DEFAULT '0' NOT NULL,
165 t3_origuid
int(11) DEFAULT '0' NOT NULL,
166 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
167 sorting
int(11) unsigned
DEFAULT '0' NOT NULL,
168 deleted
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
169 perms_userid
int(11) unsigned
DEFAULT '0' NOT NULL,
170 perms_groupid
int(11) unsigned
DEFAULT '0' NOT NULL,
171 perms_user
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
172 perms_group
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
173 perms_everybody
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
174 editlock
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
175 crdate
int(11) unsigned
DEFAULT '0' NOT NULL,
176 cruser_id
int(11) unsigned
DEFAULT '0' NOT NULL,
177 hidden
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
178 title
varchar(255) DEFAULT '' NOT NULL,
179 doktype
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
181 storage_pid
int(11) DEFAULT '0' NOT NULL,
182 is_siteroot
tinyint(4) DEFAULT '0' NOT NULL,
183 php_tree_stop
tinyint(4) DEFAULT '0' NOT NULL,
184 tx_impexp_origuid
int(11) DEFAULT '0' NOT NULL,
185 url
varchar(255) DEFAULT '' NOT NULL,
186 starttime
int(11) unsigned
DEFAULT '0' NOT NULL,
187 endtime
int(11) unsigned
DEFAULT '0' NOT NULL,
188 urltype
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
189 shortcut
int(10) unsigned
DEFAULT '0' NOT NULL,
190 shortcut_mode
int(10) unsigned
DEFAULT '0' NOT NULL,
191 no_cache
int(10) unsigned
DEFAULT '0' NOT NULL,
192 fe_group
varchar(100) DEFAULT '0' NOT NULL,
193 subtitle
varchar(255) DEFAULT '' NOT NULL,
194 layout
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
195 url_scheme
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
196 target
varchar(80) DEFAULT '' NOT NULL,
198 lastUpdated
int(10) unsigned
DEFAULT '0' NOT NULL,
200 cache_timeout
int(10) unsigned
DEFAULT '0' NOT NULL,
201 newUntil
int(10) unsigned
DEFAULT '0' NOT NULL,
203 no_search
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
204 SYS_LASTCHANGED
int(10) unsigned
DEFAULT '0' NOT NULL,
206 module varchar(10) DEFAULT '' NOT NULL,
207 extendToSubpages
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
208 author
varchar(255) DEFAULT '' NOT NULL,
209 author_email
varchar(80) DEFAULT '' NOT NULL,
210 nav_title
varchar(255) DEFAULT '' NOT NULL,
211 nav_hide
tinyint(4) DEFAULT '0' NOT NULL,
212 content_from_pid
int(10) unsigned
DEFAULT '0' NOT NULL,
213 mount_pid
int(10) unsigned
DEFAULT '0' NOT NULL,
214 mount_pid_ol
tinyint(4) DEFAULT '0' NOT NULL,
215 alias varchar(32) DEFAULT '' NOT NULL,
216 l18n_cfg
tinyint(4) DEFAULT '0' NOT NULL,
217 fe_login_mode
tinyint(4) DEFAULT '0' NOT NULL,
218 backend_layout
int(10) DEFAULT '0' NOT NULL,
219 backend_layout_next_level
int(10) DEFAULT '0' NOT NULL,
221 KEY t3ver_oid (t3ver_oid
,t3ver_wsid
),
222 KEY parent (pid
,sorting
,deleted
,hidden
),
227 #
Table structure for table 'sys_registry'
229 CREATE TABLE sys_registry (
230 uid
int(11) unsigned
NOT NULL auto_increment
,
231 entry_namespace
varchar(128) DEFAULT '' NOT NULL,
232 entry_key
varchar(128) DEFAULT '' NOT NULL,
235 UNIQUE KEY entry_identifier (entry_namespace
,entry_key
)
239 #
Table structure for table 'sys_be_shortcuts'
241 CREATE TABLE sys_be_shortcuts (
242 uid
int(11) unsigned
NOT NULL auto_increment
,
243 userid
int(11) unsigned
DEFAULT '0' NOT NULL,
244 module_name
varchar(255) DEFAULT '' NOT NULL,
246 description
varchar(255) DEFAULT '' NOT NULL,
247 sorting
int(11) DEFAULT '0' NOT NULL,
248 sc_group
tinyint(4) DEFAULT '0' NOT NULL,
255 #
Table structure for table 'sys_news'
257 CREATE TABLE sys_news (
258 uid
int(11) unsigned
NOT NULL auto_increment
,
259 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
260 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
261 crdate
int(11) unsigned
DEFAULT '0' NOT NULL,
262 cruser_id
int(11) unsigned
DEFAULT '0' NOT NULL,
263 deleted
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
264 hidden
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
265 starttime
int(11) unsigned
DEFAULT '0' NOT NULL,
266 endtime
int(11) unsigned
DEFAULT '0' NOT NULL,
267 title
varchar(255) DEFAULT '' NOT NULL,
276 #
Table structure for table 'sys_preview'
278 CREATE TABLE sys_preview (
279 keyword
varchar(32) DEFAULT '' NOT NULL,
280 tstamp
int(11) DEFAULT '0' NOT NULL,
281 endtime
int(11) DEFAULT '0' NOT NULL,
283 PRIMARY KEY (keyword
)
288 #
Table structure for table 'sys_filemounts'
290 CREATE TABLE sys_filemounts (
291 uid
int(11) unsigned
NOT NULL auto_increment
,
292 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
293 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
294 title
varchar(30) DEFAULT '' NOT NULL,
295 path varchar(120) DEFAULT '' NOT NULL,
296 base
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
297 hidden
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
298 deleted
tinyint(1) unsigned
DEFAULT '0' NOT NULL,
299 sorting
int(11) unsigned
DEFAULT '0' NOT NULL,
305 #
Table structure for table 'sys_history'
307 CREATE TABLE sys_history (
308 uid
int(11) unsigned
NOT NULL auto_increment
,
309 sys_log_uid
int(11) DEFAULT '0' NOT NULL,
310 history_data mediumtext
,
312 recuid
int(11) DEFAULT '0' NOT NULL,
313 tablename
varchar(255) DEFAULT '' NOT NULL,
314 tstamp
int(11) DEFAULT '0' NOT NULL,
315 history_files mediumtext
,
316 snapshot
tinyint(4) DEFAULT '0' NOT NULL,
318 KEY recordident_1 (tablename
,recuid
),
319 KEY recordident_2 (tablename
,tstamp
),
320 KEY sys_log_uid (sys_log_uid
)
324 #
Table structure for table 'sys_lockedrecords'
326 CREATE TABLE sys_lockedrecords (
327 uid
int(11) unsigned
NOT NULL auto_increment
,
328 userid
int(11) unsigned
DEFAULT '0' NOT NULL,
329 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
330 record_table
varchar(255) DEFAULT '' NOT NULL,
331 record_uid
int(11) DEFAULT '0' NOT NULL,
332 record_pid
int(11) DEFAULT '0' NOT NULL,
333 username
varchar(50) DEFAULT '' NOT NULL,
334 feuserid
int(11) unsigned
DEFAULT '0' NOT NULL,
336 KEY event (userid
,tstamp
)
340 #
Table structure for table 'sys_refindex'
342 CREATE TABLE sys_refindex (
343 hash
varchar(32) DEFAULT '' NOT NULL,
344 tablename
varchar(255) DEFAULT '' NOT NULL,
345 recuid
int(11) DEFAULT '0' NOT NULL,
346 field
varchar(40) DEFAULT '' NOT NULL,
347 flexpointer
varchar(255) DEFAULT '' NOT NULL,
348 softref_key
varchar(30) DEFAULT '' NOT NULL,
349 softref_id
varchar(40) DEFAULT '' NOT NULL,
350 sorting
int(11) DEFAULT '0' NOT NULL,
351 deleted
tinyint(1) DEFAULT '0' NOT NULL,
352 ref_table
varchar(255) DEFAULT '' NOT NULL,
353 ref_uid
int(11) DEFAULT '0' NOT NULL,
354 ref_string
varchar(200) DEFAULT '' NOT NULL,
357 KEY lookup_rec (tablename
,recuid
),
358 KEY lookup_uid (ref_table
,ref_uid
),
359 KEY lookup_string (ref_string
)
363 #
Table structure for table 'sys_log'
365 CREATE TABLE sys_log (
366 uid
int(11) unsigned
NOT NULL auto_increment
,
367 userid
int(11) unsigned
DEFAULT '0' NOT NULL,
368 action tinyint(4) unsigned
DEFAULT '0' NOT NULL,
369 recuid
int(11) unsigned
DEFAULT '0' NOT NULL,
370 tablename
varchar(255) DEFAULT '' NOT NULL,
371 recpid
int(11) DEFAULT '0' NOT NULL,
372 error
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
373 details
text NOT NULL,
374 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
375 type tinyint(3) unsigned
DEFAULT '0' NOT NULL,
376 details_nr
tinyint(3) unsigned
DEFAULT '0' NOT NULL,
377 IP
varchar(39) DEFAULT '' NOT NULL,
378 log_data
varchar(255) DEFAULT '' NOT NULL,
379 event_pid
int(11) DEFAULT '-1' NOT NULL,
380 workspace
int(11) DEFAULT '0' NOT NULL,
381 NEWid
varchar(20) DEFAULT '' NOT NULL,
383 KEY event (userid
,event_pid
),
384 KEY recuidIdx (recuid
,uid
)
388 #
Table structure for table 'sys_language'
390 CREATE TABLE sys_language (
391 uid
int(11) unsigned
NOT NULL auto_increment
,
392 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
393 tstamp
int(11) unsigned
DEFAULT '0' NOT NULL,
394 hidden
tinyint(4) unsigned
DEFAULT '0' NOT NULL,
395 title
varchar(80) DEFAULT '' NOT NULL,
396 flag varchar(20) DEFAULT '' NOT NULL,
397 static_lang_isocode
int(11) unsigned
DEFAULT '0' NOT NULL,