Add names to all DB constraints
Without these constraints, dropping the constraints becomes difficult as sqlite creates unnamed constraints, but alembic will throw errors when trying to remove them.
All constraints should have a name
Without these constraints, dropping the constraints becomes difficult as sqlite creates unnamed constraints, but alembic will throw errors when trying to remove them.
All constraints should have a name