PROFILE PICTURES 🔥

This commit is contained in:
2024-06-28 01:10:50 +08:00
parent f474092e92
commit 286d9fe920
8 changed files with 566 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ module.exports = (sequelize) => {
allowNull: false,
},
profilePicture: {
type: DataTypes.TEXT,
type: DataTypes.BLOB("long"),
allowNull: true,
},
isArchived: {