Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7f270a18a |
@@ -43,6 +43,10 @@ module.exports = (sequelize, Sequelize, i) => {
|
||||
type: Sequelize.TEXT,
|
||||
defaultValue: ''
|
||||
},
|
||||
bytea_data: {
|
||||
type: Sequelize.BLOB,
|
||||
defaultValue: Buffer.alloc(0) // Empty Buffer
|
||||
},
|
||||
compressed: {
|
||||
type: Sequelize.BOOLEAN,
|
||||
defaultValue: false
|
||||
|
||||
Reference in New Issue
Block a user