added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes
This commit is contained in:
@@ -2439,8 +2439,6 @@ $cfg['ColumnTypes'] = array(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Attributes
|
* Attributes
|
||||||
* Note: the "ON UPDATE CURRENT_TIMESTAMP" attribute is added dynamically
|
|
||||||
* for MySQL >= 4.1.2, in libraries/tbl_properties.inc.php
|
|
||||||
*
|
*
|
||||||
* @global array $cfg['AttributeTypes']
|
* @global array $cfg['AttributeTypes']
|
||||||
*/
|
*/
|
||||||
@@ -2449,6 +2447,7 @@ $cfg['AttributeTypes'] = array(
|
|||||||
'BINARY',
|
'BINARY',
|
||||||
'UNSIGNED',
|
'UNSIGNED',
|
||||||
'UNSIGNED ZEROFILL',
|
'UNSIGNED ZEROFILL',
|
||||||
|
'ON UPDATE CURRENT_TIMESTAMP',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user