ハウス
Explore posts from serversDTDrizzle Team
•Created by ハウス on 11/22/2023 in #help
Multi-service, different schema in one database (postgres)
Sorry if it's duplicate, I can't find it after trying to search for a while.
My use case is: I use drizzle with multiple service, every service connect to the same database instance and same database, separate by the schema.
So far so good until I try to run migration, the migration script only do migrate the first schema only. But no error occurs in the command line.
Did I do anything wrong?
My migration script:
Cli response
There're no errors but the table wasn't create.
Please help suggest.
2 replies