projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TASK] Clean up uses of fe_adminLib properties
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
version
/
ext_tables.sql
1
2
#
3
#
Table structure for table
'sys_preview'
4
#
5
CREATE TABLE
sys_preview
(
6
keyword
varchar
(
32
)
DEFAULT
''
NOT NULL
,
7
tstamp
int
(
11
)
DEFAULT
'0'
NOT NULL
,
8
endtime
int
(
11
)
DEFAULT
'0'
NOT NULL
,
9
config
text
,
10
PRIMARY KEY
(
keyword
)
11
);