ASquirrel
DTDrizzle Team
•Created by A_Dev on 11/28/2023 in #help
Push with schema in separate files
Waking up this post again!
Let's say if I want to have a schema for auth, audit and public.
If I try to delegate this to different files I get:
ReferenceError: Cannot access 'authSchema' before initialization
The error disappears if I put all the table definitions in the same file as the authSchema.
How would I approach this problem in a structured way?13 replies