Add schema rename support
Using SchemaFrom("schemaName") it is possible to set SQL builder table to point to a different schema.
This commit is contained in:
parent
753d3bac9a
commit
b375733dfa
17 changed files with 206 additions and 153 deletions
|
|
@ -46,6 +46,7 @@ func initMySQLDB() {
|
|||
|
||||
mySQLDBs := []string{
|
||||
"dvds",
|
||||
"dvds2",
|
||||
"test_sample",
|
||||
}
|
||||
|
||||
|
|
@ -89,6 +90,7 @@ func initPostgresDB() {
|
|||
"dvds",
|
||||
"test_sample",
|
||||
"chinook",
|
||||
"chinook2",
|
||||
"northwind",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue