Feature #24307 » 16698_02.diff
t3lib/stddb/tables.sql (working copy) | ||
---|---|---|
history_files mediumtext,
|
||
snapshot tinyint(4) DEFAULT '0' NOT NULL,
|
||
PRIMARY KEY (uid),
|
||
KEY recordident (tablename,recuid,tstamp),
|
||
KEY recordident_1 (tablename,recuid),
|
||
KEY recordident_2 (tablename,tstamp),
|
||
KEY sys_log_uid (sys_log_uid)
|
||
);
|
||
) ENGINE=InnoDB;
|
||
#
|
||
# Table structure for table 'sys_lockedrecords'
|
- « Previous
- 1
- 2
- Next »