There was an error while loading. Please reload this page.
1 parent 93f3690 commit ed07031Copy full SHA for ed07031
1 file changed
backend/supabase/contact.sql
@@ -1,6 +1,6 @@
1
create table if not exists
2
contact (
3
- id text default uuid_generate_v4 () not null,
+ id text default uuid_generate_v4 () not null primary key,
4
created_time timestamp with time zone default now(),
5
user_id text,
6
content jsonb
0 commit comments