@giftwizard/db-models
Advanced tools
Comparing version 15.0.0 to 15.0.1
@@ -29,3 +29,3 @@ const { v4: uuid } = require('uuid'); | ||
type: DataTypes.INTEGER, | ||
allowNull: false, | ||
allowNull: true, | ||
}, | ||
@@ -32,0 +32,0 @@ name: DataTypes.STRING, |
{ | ||
"name": "@giftwizard/db-models", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"description": "Rise.ai package for 'sequelize' models used by several projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90506