cleanup and working seed data
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
module.exports = (sequelize, DataTypes) => {
|
||||
const OrgBank = sequelize.define('org_bank', {
|
||||
id: {
|
||||
type: DataTypes.INTEGER,
|
||||
primaryKey: true,
|
||||
autoIncrement: true
|
||||
}
|
||||
});
|
||||
return OrgBank;
|
||||
};
|
||||
@@ -74,7 +74,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
type: DataTypes.BIGINT,
|
||||
defaultValue: 0
|
||||
},
|
||||
estimate_year_operating_cost: {
|
||||
estimate_yearly_operating_cost: {
|
||||
type: DataTypes.BIGINT,
|
||||
defaultValue: 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user