Marked as helpful by the asker
Connect Bolt to your Supabase project through its integration, then tell it: 'The schema already exists. Generate no migrations. Here is the output of \d+ tablename for the tables you may use.' The \d+ output is what it needs to write correct queries; prose descriptions lead to guessing.