added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes (use case like in the MySQL manual)

This commit is contained in:
Sebastian Mendel
2008-05-07 08:41:15 +00:00
parent c4948d0e76
commit 5cfa78a087

View File

@@ -2447,7 +2447,7 @@ $cfg['AttributeTypes'] = array(
'BINARY',
'UNSIGNED',
'UNSIGNED ZEROFILL',
'ON UPDATE CURRENT_TIMESTAMP',
'on update CURRENT_TIMESTAMP',
);