bugfix: moved property to correct parent
This commit is contained in:
parent
552b0b9c3d
commit
5338b56e4c
@ -7,11 +7,11 @@ export default function(sequelize) {
|
||||
primaryKey: true
|
||||
},
|
||||
create: {
|
||||
type: DataTypes.BOOLEAN
|
||||
type: DataTypes.BOOLEAN,
|
||||
defaultValue: false
|
||||
},
|
||||
owner: {
|
||||
type: DataTypes.STRING,
|
||||
defaultValue: false,
|
||||
allowNull: true
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user