Bug #22485 ยป 14152_01.diff
t3lib/stddb/tables.sql (working copy) | ||
---|---|---|
tablename varchar(255) DEFAULT '' NOT NULL,
|
||
recpid int(11) DEFAULT '0' NOT NULL,
|
||
error tinyint(4) unsigned DEFAULT '0' NOT NULL,
|
||
details varchar(255) DEFAULT '' NOT NULL,
|
||
details text NOT NULL,
|
||
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
|
||
type tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
details_nr tinyint(3) unsigned DEFAULT '0' NOT NULL,
|