andersonshatch/twit-db

Facilitate schema changes

Closed this issue · 1 comments

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.

ConfigHelper / Schema classes do that.