added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes (use case like in the MySQL manual)
This commit is contained in:
@@ -2447,7 +2447,7 @@ $cfg['AttributeTypes'] = array(
|
|||||||
'BINARY',
|
'BINARY',
|
||||||
'UNSIGNED',
|
'UNSIGNED',
|
||||||
'UNSIGNED ZEROFILL',
|
'UNSIGNED ZEROFILL',
|
||||||
'ON UPDATE CURRENT_TIMESTAMP',
|
'on update CURRENT_TIMESTAMP',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user