Mads
Mads
Explore posts from servers
DTDrizzle Team
Created by BEEIRL on 8/23/2024 in #help
PlanetScale drizzle-kit push: Cannot drop index: needed in a foreign key constraint
I experience the same.
3 replies
DTDrizzle Team
Created by theo (t3.gg) on 9/3/2024 in #help
Consistent issues with `drizzle-kit push` on Turso
I appreciate it, thanks Andrew. Let me know if there is anything I can do.
18 replies
DTDrizzle Team
Created by theo (t3.gg) on 9/3/2024 in #help
Consistent issues with `drizzle-kit push` on Turso
Sorry for hijacking. Any chance we can get Push to work on Planetscale working again @Andrew Sherman 🙂 https://github.com/drizzle-team/drizzle-orm/issues/2599 I can provide a Planetscale database if you need it for testing.
18 replies
DTDrizzle Team
Created by Mads on 8/31/2024 in #help
notNull and Unique
7 replies
DTDrizzle Team
Created by Mads on 8/31/2024 in #help
notNull and Unique
Well that added the unique constraint. But it still complaints about I’m about to add a new unique constraint.
7 replies
DTDrizzle Team
Created by Mads on 8/31/2024 in #help
notNull and Unique
Moving unique() to the end fixed it: name: varchar('name', { length: 255 }).notNull().unique(),
7 replies
DTDrizzle Team
Created by Mads on 8/31/2024 in #help
notNull and Unique
No description
7 replies