Prueba mínima de conexión, lista para instalar como app. Base de la futura reserva y gestión de pistas de tenis y pádel.
pistas_hellopistas_hello todavía. Ve al SQL Editor de tu
proyecto de Supabase y ejecuta:
create table pistas_hello ( id bigint generated always as identity primary key, message text not null, created_at timestamptz default now() ); alter table pistas_hello enable row level security; create policy "allow anon read" on pistas_hello for select to anon using (true); create policy "allow anon insert" on pistas_hello for insert to anon with check (true);Luego recarga esta página.