Facilitate schema changes
Closed this issue · 1 comments
andersonshatch commented
Integrate something to allow database changes like adding columns, indexes etc.
Ideally will run automatically like creating a tables does presently.
Need to think about whether the base table DDL should change, or if it should remain and changes should be applied right after creation.
andersonshatch commented
ConfigHelper / Schema classes do that.