pull is creating wrong schema file

i have a schema with a user table and a settings table.
the settings table has a foreign key on the user.id which is TEXT
it creates a schema where the foreign key is set to INT

it always wants to recreate the settings table, but this is not possible - it's a prod database.
Was this page helpful?