offerdetailsset

This commit is contained in:
counterweight 2025-03-10 13:54:08 +01:00
parent 01c9fca093
commit d3e419c98b
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 75 additions and 1 deletions

View file

@ -15,7 +15,7 @@ class OfferDetailsSetProvider {
primaryKey: true,
},
offer_uuid: {
type: this.DataTypes.STRING,
type: this.DataTypes.UUID,
allowNull: false,
},
wants: {