This commit is contained in:
@@ -19,6 +19,11 @@ const Story = sequelize.define('stories', {
|
||||
allowNull: false,
|
||||
comment: 'Story title/name'
|
||||
},
|
||||
thumbnail: {
|
||||
type: DataTypes.TEXT,
|
||||
allowNull: true,
|
||||
comment: 'URL to story thumbnail image'
|
||||
},
|
||||
logo: {
|
||||
type: DataTypes.TEXT,
|
||||
allowNull: true,
|
||||
|
||||
Reference in New Issue
Block a user