edgahan
DTDrizzle Team
•Created by edgahan on 5/29/2023 in #help
importing into schema.ts file
Hi,
I am using turborepo and I have defined my schema in
packages/schema/user.ts
and in my main API application apps/api/schema.ts
I import the user schema. I believe I have everything setup correctly in terms of package.json setup.
My problem is that when using running migrations only tables explicitly defined in schema.ts
seem to work.
(The above is just an example I've been trying with other tables, etc)
Any help appreciated. The drizzle.config.ts lives in the API3 replies