Skip to main content
Module

x/typeorm/src/index.ts>CreateDateColumn

Forked from https://github.com/typeorm/typeorm
Latest
function CreateDateColumn
import { CreateDateColumn } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

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.

Parameters

optional
options: ColumnOptions

Returns

Function