Fix type definitions to allow zero-argument invocation of
the following database migration methods:
- `DataSource.automigrate()`
- `DataSource.autoupdate()`
Implementation-wise, when no model names are specified, then ALL models
attached to the datasource are migrated.
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>