Jamil Hossain
Jamil Hossain
Explore posts from servers
DTDrizzle Team
Created by Jamil Hossain on 5/13/2024 in #help
Schema changes not detecting with sqlite
Im using sqlite with drizzle orm, in the schema i have one table. i generated migration files from it. But when i added a new column in the existing table and tried to generate a new migration it says "No schema changes, nothing to migrate" even though i did add a new column in the table. and it's only happening with sqlite. But if i use postgres then it works just fine.
1 replies