Hi there
After updating my self-hosted Supabase instance and FlutterFlow to the latest version and running "Update Schema" in FlutterFlow, all primary key id columns across every table are being incorrectly parsed. it goes from int8 to null. The actual Supabase table definition is unchanged โ id is still int8 with a sequence/serial default.
Happy to provide schema export or additional debug info if helpful.