cleanup and working seed data

This commit is contained in:
Arjun Patel
2019-03-13 23:53:07 -07:00
parent acf6421251
commit 05a1003be2
10 changed files with 119 additions and 143 deletions
-10
View File
@@ -1,10 +0,0 @@
module.exports = (sequelize, DataTypes) => {
const OrgBank = sequelize.define('org_bank', {
id: {
type: DataTypes.INTEGER,
primaryKey: true,
autoIncrement: true
}
});
return OrgBank;
};
+1 -1
View File
@@ -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
},