This commit is contained in:
jackiettran
2025-09-04 16:59:41 -04:00
parent b22e4fa910
commit 1b3c8a9691

View File

@@ -97,6 +97,9 @@ const Rental = sequelize.define("Rental", {
stripePaymentMethodId: {
type: DataTypes.STRING,
},
stripePaymentIntentId: {
type: DataTypes.STRING,
},
deliveryMethod: {
type: DataTypes.ENUM("pickup", "delivery"),
defaultValue: "pickup",