properly adding in project retrieval with organization

This commit is contained in:
Arjun Patel
2019-04-02 11:08:08 -07:00
parent f963ae45da
commit e8de63bb96
5 changed files with 76 additions and 29 deletions
+4
View File
@@ -20,6 +20,10 @@ module.exports = (sequelize, DataTypes) => {
defaultValue: 0
},
title: {
type: DataTypes.STRING(1000),
allowNull: false
},
description: DataTypes.STRING,
isComplete: {
type: DataTypes.BOOLEAN,