AutoBE
    Preparing search index...

    Interface AutoBeRealizeCurrentTimestampExpression

    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.

    interface AutoBeRealizeCurrentTimestampExpression {
        type: "currentTimestamp";
    }
    Index

    Properties

    Properties

    type: "currentTimestamp"

    Type discriminator.