Actions
Bug #18529
closedtimestamp field is unknown to EM
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
when i declare a field in ext_tables.sql like this:
ttt TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL
EM doesn't create this field.
Also i don't know how to create attributes, i would like to create such field like this:
ttt TIMESTAMP ON UPDATE CURRENT_TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
(issue imported from #M7978)
Actions