You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know if it's possible to set a field value to a database value such as CURRENT_TIMESTAMP?
One main benefit is that it allows you to maintain consistent timestamps within a transaction.
For example I would like the "creation date" of a bunch of different objects that get created within a transaction to be exactly the same as each other.
Otherwise you have to pass a specific DateTime instance around, or you will get different timestamps.
The text was updated successfully, but these errors were encountered:
I'd like to know if it's possible to set a field value to a database value such as CURRENT_TIMESTAMP?
One main benefit is that it allows you to maintain consistent timestamps within a transaction.
For example I would like the "creation date" of a bunch of different objects that get created within a transaction to be exactly the same as each other.
Otherwise you have to pass a specific
DateTime
instance around, or you will get different timestamps.The text was updated successfully, but these errors were encountered: