不要怂,就是干,撸起袖子干!

Commit f8508611 by Victor Pontis

add dateonly as a datatype

1 parent 8adb7481
Showing with 5 additions and 0 deletions
......@@ -350,6 +350,11 @@ module.exports = {
*/
DATE: 'DATETIME',
/**
* A date only column
* @property DATEONLY
*/
DATEONLY: 'DATE',
/**
* A boolean / tinyint column, depending on dialect
* @property BOOLEAN
*/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!