Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typeorm/src/decorator/columns/UpdateDateColumn.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/decorator/columns/UpdateDateColumn.ts";

Functions

This column will store an update date of the updated object. This date is being updated each time you persist the object.