DateTimeColumn get createTime => dateTime().withDefault(currentDateAndTime)(); #3666
Unanswered
temeipu-offical
asked this question in
Q&A
Replies: 1 comment
-
This is a good point. We use the It looks like using const nowWithSubsecond = FunctionCallExpression<DateTime>(
'datetime', [Constant('now'), Constant('subsec')]);Using that expression as a default clause should give you access to subsecond accuracy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
May I ask if the currentDateAndTime method does not support millisecond values? I have already set the option store_date_time_values_as_text: true, but it seems that the currentDateAndTime method does not support millisecond timestamps.
Beta Was this translation helpful? Give feedback.
All reactions