db-migrate / db-migrate/node-db-migrate
Multiple schema support or tricks
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 361
- PR merge metrics
- No merged PRs in 30d
Description
## I'm submitting a...
- [ ] Bug report
- [ ] Feature request
- [x] Question
## Current behavior
Good morning
Quick question.
Is there a way to manipulate tables other than the default schema.
for example I would like to create a table in several schemas
`
db.createTable('OTHER_SCHEMA.table', {
id: { type: 'int', primaryKey: true },
name: 'string'
});
`
Thanks !
## Environment
db-migrate version: 0.11.13
db-migrate-pg with versions: 1.3.0
Contributor guide
Assessment
This issue has not been assessed yet.