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

x/typeorm/src/decorator/columns/CreateDateColumn.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/CreateDateColumn.ts";

Functions

This column will store a creation date of the inserted object. Creation date is generated and inserted only once, at the first time when you create an object, the value is inserted into the table, and is never touched again.