fix generated columns in mutable columns for PostgreSQL
Fix https://github.com/go-jet/jet/issues/209.
This commit is contained in:
parent
ce3c622fa4
commit
a4191b4953
6 changed files with 20 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ func initPostgresDB(dbType string, connectionString string) {
|
|||
"test_sample",
|
||||
"chinook",
|
||||
"chinook2",
|
||||
"test_generated",
|
||||
}
|
||||
|
||||
for _, schemaName := range schemaNames {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue