mammoth
mammoth copied to clipboard
Support constraints / indices
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 https://github.com/Ff00ff/mammoth/issues/185.