Skip to content

apitabledefinitiondatetime

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

Table Definitions :: datetime function

Usage

Adds a datetime column definition to the table definition object

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

Parameters

Parameter Required Default Description columnNames Yes one or more column names, camelCase recommended, comma delimited default No default value for column null No boolean, whether nulls are allowed

Clone this wiki locally