Current timestamp (renders to the target's "now", e.g. new Date()).
new Date()
Use for a server-supplied current instant filling a non-null datetime column, never for a value that must come from the request.
Type discriminator.
Current timestamp (renders to the target's "now", e.g.
new Date()).Use for a server-supplied current instant filling a non-null datetime column, never for a value that must come from the request.