orders table. The SQL is shown below.
create policy "Authenticated users can view orders" on orders for select to authenticated using (true); create policy "Authenticated users can update orders" on orders for update to authenticated using (true) with check (true);
Use the email and password of the Supabase Authentication user you create for yourself.
| Order | Customer | Items & Descriptions | Total | M-Pesa | Payment Status | Order Status | Date | Save |
|---|