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

Commit 26b980d7 by Mick Hansen

Merge pull request #2526 from vpontis/add-date-only

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