Skip to content

apitabledefinitionbinary

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

binary()

##Usage Adds a binary column definition to the table definition object

Function Syntax

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

Parameters

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

Examples

Clone this wiki locally