Changed id type to uuid.
This commit is contained in:
@@ -5,8 +5,9 @@ module.exports = (sequalize, DataTypes) => {
|
||||
"KiviOriginal",
|
||||
{
|
||||
kiviAdId: {
|
||||
type: DataTypes.BIGINT,
|
||||
autoIncrement: true,
|
||||
type: DataTypes.UUID,
|
||||
defaultValue: DataTypes.UUIDV4,
|
||||
allowNull: false,
|
||||
primaryKey: true
|
||||
},
|
||||
email: DataTypes.TEXT
|
||||
|
||||
Reference in New Issue
Block a user