-
Notifications
You must be signed in to change notification settings - Fork 19
apitabledefinitiontime
Troy Murray edited this page Sep 19, 2011
·
2 revisions
Adds a time column definition to the table definition object
t.time(columnNames[,default,null]);
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 |
Some databases cannot store a time alone and will use a datetime data type instead.