-
Notifications
You must be signed in to change notification settings - Fork 19
apitabledefinitioninteger
Troy Murray edited this page Sep 19, 2011
·
2 revisions
Adds a integer column definition to the table definition object
t.integer(columnNames[,default,null,limit]);
Parameter | Type | Required | Default | Description |
columnNames | string | Yes | one or more column names, comma delimited | |
default | integer | float | No | default value for column | |
null | boolean | No | whether nulls are allowed | |
limit | integer | No | integer size limit for column |
Please check your database documentation for maximum limits for integer data types.