`drizzle-kit pull` v0.28.0 generating faulty schema file
Running
drizzle-kit pull
generates an incorrect schema file. Ex:
2 Replies
^ note the remainingUses definition having an extra comma
another note: v0.27.0 works and generates the schema file correctly
i have the exact same problem:
user table, settings table
user.id is TEXT,
foreign key in settings is set as INTEGER for user.id
thus migration wants to recreate settings table :/
anybody a clue how to fix it?