Ff00ff/mammoth

Support constraints / indices

Opened this issue · 0 comments

Currently, constraints and indices are only supported if you manually add them to your migrations. Instead, we want to be able to define them similar to tables in TypeScript land using e.g. a defineConstraint() call.

This should fix #185.