update for timestamp initialisation issue

This commit is contained in:
Yann Esposito 2012-12-21 16:16:40 +01:00
parent a6c861fec3
commit f6bc6d42c0

View file

@ -21,7 +21,7 @@ Entry
yeah Int default=0 yeah Int default=0
neah Int default=0 neah Int default=0
nbView Int default=0 nbView Int default=0
created UTCTime default=now() created UTCTime default=LOCALTIMESTAMP
Vote Vote
creator UserId creator UserId
entry EntryId entry EntryId
@ -31,7 +31,7 @@ Comment
entry EntryId entry EntryId
creator UserId Maybe creator UserId Maybe
replyTo CommentId Maybe replyTo CommentId Maybe
created UTCTime default=now() created UTCTime default=LOCALTIMESTAMP
content Textarea content Textarea
yeah Int default=0 yeah Int default=0
neah Int default=0 neah Int default=0