There was an error while loading. Please reload this page.
2 parents 54e15bd + 19efd6a commit 062e6f7Copy full SHA for 062e6f7
content/sql/to-do-list.md
@@ -7,11 +7,7 @@ github: https://github.com/supabase
7
8
```sql
9
--
10
--- For use with:
11
--- https://github.com/supabase/supabase/tree/master/examples/nextjs-todo-list or
12
--- https://github.com/supabase/supabase/tree/master/examples/react-todo-list or
13
--- https://github.com/supabase/supabase/tree/master/examples/sveltejs-todo-list or
14
--- https://github.com/supabase/supabase/tree/master/examples/vue3-ts-todo-list
+-- For use with: https://github.com/supabase/supabase/tree/master/examples/todo-list
15
16
create table todos (
17
id bigint generated by default as identity primary key,
0 commit comments