mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 01:54:23 +08:00
* Only fetch the tables from the required schema in the MetaStore. * Don't include the columns in the getTables API call unless a flag is passed. * Use the new flag in the ForeignKeySelector. * Columns should be included for the schema visualizer. * Address comments.