is there any way to get linting for foreign keys?

when i convert a primary key for a table from one type to another, typescript doesn't complain if a foreign key that references it has not changed

e.g. converting a column type from an integer id to a uuid
Was this page helpful?