We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c736227 commit bc5d04cCopy full SHA for bc5d04c
common/src/supabase/schema.ts
@@ -273,7 +273,7 @@ export type Database = {
273
id: number
274
iv: string | null
275
tag: string | null
276
- user_id: string
+ user_id: string | null
277
visibility: string
278
}
279
Insert: {
@@ -284,7 +284,7 @@ export type Database = {
284
id?: never
285
iv?: string | null
286
tag?: string | null
287
+ user_id?: string | null
288
visibility?: string
289
290
Update: {
@@ -295,7 +295,7 @@ export type Database = {
295
296
297
298
- user_id?: string
299
300
301
Relationships: [
0 commit comments