Mohammed Anas
Explore posts from serversDTDrizzle Team
•Created by Mohammed Anas on 9/28/2023 in #help
Drizzle kit schema migration with mysql ; Rerunning the entire schema
I use mysql2 as my database and when i run my migrate script
"migrate": "drizzle-kit push:mysql --config drizzle.config.ts"
this works fine but when i rerun my migrate script i get this error
3 replies
DTDrizzle Team
•Created by Mohammed Anas on 8/18/2023 in #help
How do i insert a Enum value into a table
Basic Setup
I get this error
14 replies
DTDrizzle Team
•Created by Mohammed Anas on 8/10/2023 in #help
Aws Rds with drizzle
My Schema on Aws Rds is not updating , once i update my schema and generate the schema , i am not getting any errors but still the migrations seems to fail , when i try to insert into that table
BadRequestException: ERROR: relation "fuc" does not exist
Position: 13; SQLState: 42P01
I get this22 replies
DTDrizzle Team
•Created by Mohammed Anas on 8/9/2023 in #help
Error with drizzle-kit generate:pg
Transforming const to the configured target environment ("es5") is not supported yet
7 replies