Can somebody help me understand this?
This log happens when I enter /admin for the first time.
I installed Payload on my existing Next.js project that uses Supabase.
The log listed 3 tables from my Supabase public schema (yokohama, profiles, and tokyo).
What am I supposed to do in this process?
○ Compiling /admin/[[...segments]] ...
✓ Compiled /admin/[[...segments]] in 5.7s (4418 modules)
[✓] Pulling schema from database...
Is users_sessions table created or renamed from another table?
❯ + users_sessions create table
~ yokohama_table › users_sessions rename table
~ profiles › users_sessions rename table
~ tokyo_table › users_sessions rename table