答案 0 :(得分:2)
不幸的是,App Maker目前还没有提供这样的设置,但至少有两种方法可以做到这一点:
CREATE TABLE foo (
`creation_time` DATETIME DEFAULT CURRENT_TIMESTAMP,
`modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP
)
onBeforeCreate
model event record.CreatedOn = new Date();