rental request email to owner

This commit is contained in:
jackiettran
2025-10-15 15:19:23 -04:00
parent b9e6cfc54d
commit 407c69aa22
9 changed files with 658 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ const Item = sequelize.define("Item", {
},
description: {
type: DataTypes.TEXT,
allowNull: false,
allowNull: true,
},
pickUpAvailable: {
type: DataTypes.BOOLEAN,