diff --git a/atst/models/portfolio.py b/atst/models/portfolio.py index f60ed8de..5a8f0f1e 100644 --- a/atst/models/portfolio.py +++ b/atst/models/portfolio.py @@ -22,7 +22,7 @@ class Portfolio( id = types.Id() name = Column(String, nullable=False) defense_component = Column( - String, nullable=False + ARRAY(String), nullable=False ) # Department of Defense Component app_migration = Column(String) # App Migration