Skip to content

apitabledefinitiontimestamp

Troy Murray edited this page Sep 19, 2011 · 2 revisions

timestamp()

Usage

Adds a timestamp column definition to the table definition object

Function Syntax

t.timestamp(columnNames[,default,null]);

Parameters

Parameter Type Required Default Description
columnNames string Yes one or more column names, comma delimited
default integer | float No NULL default value for column
null boolean No if nulls are allowed

Examples

None

Notes

None

Clone this wiki locally