sequelize-core-papandreou
Advanced tools
Comparing version 7.0.0-alpha.41-patch26 to 7.0.0-alpha.41-patch27
@@ -96,3 +96,9 @@ import type { SetRequired } from 'type-fest'; | ||
*/ | ||
order?: 'ASC' | 'DESC'; | ||
order?: | ||
| 'ASC' | ||
| 'DESC' | ||
| 'ASC NULLS FIRST' | ||
| 'ASC NULLS LAST' | ||
| 'DESC NULLS FIRST' | ||
| 'DESC NULLS LAST'; | ||
@@ -99,0 +105,0 @@ /** |
{ | ||
"name": "sequelize-core-papandreou", | ||
"description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, and IBM i. It features solid transaction support, relations, eager and lazy loading, read replication and more.", | ||
"version": "7.0.0-alpha.41-patch26", | ||
"version": "7.0.0-alpha.41-patch27", | ||
"funding": [ | ||
@@ -6,0 +6,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3077232
38211