You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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