Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 6b69860

Browse files
committed
Product description to have type Text to allow to longer text
1 parent 3dc9bd1 commit 6b69860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrations/v1/20250625213957-create-product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
type: Sequelize.FLOAT
2828
},
2929
description: {
30-
type: Sequelize.STRING,
30+
type: Sequelize.TEXT,
3131
allowNull: true,
3232
},
3333
manufacturersId: {

0 commit comments

Comments
 (0)