@giftwizard/db-models
Advanced tools
Comparing version 5.3.1 to 5.3.2
@@ -6,6 +6,5 @@ module.exports = (sequelizeConnection, DataTypes) => { | ||
id: { | ||
type: DataTypes.INTEGER(20).UNSIGNED, | ||
type: DataTypes.INTEGER(11).UNSIGNED, | ||
allowNull: false, | ||
primaryKey: true, | ||
autoIncrement: true, | ||
}, | ||
@@ -12,0 +11,0 @@ shop_url: { |
{ | ||
"name": "@giftwizard/db-models", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "Rise.ai package for 'sequelize' models used by several projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
83078
3124