db-migrate / db-migrate/node-db-migrate

Multiple schema support or tricks

Open
#818 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.